{"id":92,"date":"2023-11-04T17:39:13","date_gmt":"2023-11-04T17:39:13","guid":{"rendered":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/?page_id=92"},"modified":"2026-07-21T07:52:10","modified_gmt":"2026-07-21T07:52:10","slug":"members","status":"publish","type":"page","link":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/members\/","title":{"rendered":"Members"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Header&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;#a20404 0%|#000000 93%|rgba(121, 69, 60, 1) 100%&#8221; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; positioning=&#8221;none&#8221; global_colors_info=&#8221;{%22gcid-bafd0c31-2a11-4c7d-b3a8-caae4a4218d9%22:%91%22background_color%22%93}&#8221;][et_pb_row _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;transit asia research network&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe086;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;24px&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;16px&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;Inter||||||||&#8221; body_text_color=&#8221;#15414a&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-763ab4af-38b5-424c-b54d-6f600a6e6467%22:%91%22icon_color%22%93}&#8221;][\/et_pb_blurb][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Poppins|700|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;75px&#8221; header_line_height=&#8221;1.1em&#8221; custom_margin=&#8221;||10px||false|false&#8221; header_font_size_tablet=&#8221;40px&#8221; header_font_size_phone=&#8221;24px&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>Members<\/h1>\n[\/et_pb_text][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;|-890px||||&#8221; text_font_size_tablet=&#8221;16px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p style=\"text-align: justify;\">TARN welcomes members from Asia and beyond. Participation enriches the research and knowledge production within our network, and you will benefit from the varied cultural backgrounds and expertise of researchers from our partner institutes. To receive updates and opportunities, sign up for our mailing list. For questions, please contact the project manager, Dr CHEN Ko-Lun, at klc@nycu.edu.tw<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_text][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->\tjQuery(function() {<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    \/* toggle open class *\/<!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown > .caption').on('click', function() {<!-- [et_pb_line_break_holder] -->    jQuery(this).parent().toggleClass('open');<!-- [et_pb_line_break_holder] -->    jQuery('.dv-dropdown > .caption').not(this).parent().removeClass('open');<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* make item active element and add to caption *\/<!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown > .list > .item').on('click', function() {<!-- [et_pb_line_break_holder] -->    jQuery(this).siblings().removeClass('selected');<!-- [et_pb_line_break_holder] -->    jQuery(this).addClass('selected').parent().parent().removeClass('open').children('.caption').text( jQuery(this).text() );<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->\t\/* close dropdown if Esc is clicked on keyboard *\/<!-- [et_pb_line_break_holder] -->  jQuery(document).on('keyup', function(evt) {<!-- [et_pb_line_break_holder] -->    if ( (evt.keyCode || evt.which) === 27 ) {<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown').removeClass('open');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    \/* on click remove, close dropdown *\/<!-- [et_pb_line_break_holder] -->  jQuery(document).on('click', function(evt) {<!-- [et_pb_line_break_holder] -->    if ( jQuery(evt.target).closest(\".dv-dropdown > .caption\").length === 0 ) {<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown').removeClass('open');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var activeClasses = [];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery(function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown .df-button').on('click', function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ get number of dropdown<!-- [et_pb_line_break_holder] -->    var dvIndex = jQuery(this).closest(\".dv-dropdown\").index(\".dv-dropdown\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ if active classes are defined<!-- [et_pb_line_break_holder] -->    if (activeClasses[dvIndex] != \"\") {<!-- [et_pb_line_break_holder] -->      \/\/ remove active classes<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown:not(:eq(' + dvIndex + ')) .df-button').each(function() {<!-- [et_pb_line_break_holder] -->        jQuery(this).removeClass(activeClasses[dvIndex]);<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ empty active classes array<!-- [et_pb_line_break_holder] -->      activeClasses[dvIndex] = \"\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ get button classes<!-- [et_pb_line_break_holder] -->    var filterClasses = jQuery(this).attr('class').split(\/\\s+\/);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ for each filter class, remove the one not starting with dfc-<!-- [et_pb_line_break_holder] -->    filterClasses = jQuery.grep(filterClasses, function(element) {<!-- [et_pb_line_break_holder] -->      return element.indexOf(\"dfc-\") === 0;<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ remove all other active classes from button <!-- [et_pb_line_break_holder] -->    jQuery.each(activeClasses, function( index, value ) {<!-- [et_pb_line_break_holder] -->      \/\/ remove active classes from other dropdowns<!-- [et_pb_line_break_holder] -->      if(index !== dvIndex) {<!-- [et_pb_line_break_holder] -->        filterClasses = filterClasses.filter(e => e !== activeClasses[index]);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ undefined if you click on all, because no class then just remove<!-- [et_pb_line_break_holder] -->    if (filterClasses[0] != undefined) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      activeClasses[dvIndex] = filterClasses[0];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown:not(:eq(' + dvIndex + ')) .df-button').each(function() {<!-- [et_pb_line_break_holder] -->        jQuery(this).addClass(activeClasses[dvIndex]);<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ add active button class dv-activebutton<!-- [et_pb_line_break_holder] -->    jQuery.each(activeClasses, function( index, value ) {<!-- [et_pb_line_break_holder] -->      \/\/ remove classes <!-- [et_pb_line_break_holder] -->      jQuery(\".dv-dropdown:eq(\" + index + \") .df-button\").removeClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ add it to active element<!-- [et_pb_line_break_holder] -->      if(value !== \"\" && typeof value !== 'undefined') {<!-- [et_pb_line_break_holder] -->        jQuery(\".dv-dropdown:eq(\" + index + \") .df-button.\" + value).addClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      else {<!-- [et_pb_line_break_holder] -->        jQuery(\".dv-dropdown:eq(\" + index + \") .df-button.dv-all\").addClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;CSS &#8211; Dropdown&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;ee23ba2b-c4d2-4689-8f22-5bed191d6840&#8243; global_colors_info=&#8221;{}&#8221;]\n<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .dv-dropdown, .dv-dropdown :before, .dv-dropdown :after {<!-- [et_pb_line_break_holder] -->    box-sizing: border-box;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  .dv-dropdown * {<!-- [et_pb_line_break_holder] -->    \tfont-family: 'Poppins', 'Sans serif';<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .dv-dropdown {<!-- [et_pb_line_break_holder] -->    margin: 0;<!-- [et_pb_line_break_holder] -->    padding: 0;<!-- [et_pb_line_break_holder] -->    width: 100%;<!-- [et_pb_line_break_holder] -->    background-color: transparent;<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    user-select: none;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* title *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.caption {<!-- [et_pb_line_break_holder] -->    border-radius: 15px;<!-- [et_pb_line_break_holder] -->    background: #f4f2f2; \/* f7f7f7*\/<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->    font-weight: 600;<!-- [et_pb_line_break_holder] -->    padding: 14px 38px 14px 45px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/* list *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    background-color: #fafafa;<!-- [et_pb_line_break_holder] -->    width: 100%;<!-- [et_pb_line_break_holder] -->    border-radius: 15px;<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->    font-weight: 600;<!-- [et_pb_line_break_holder] -->    z-index: 250 !important; <!-- [et_pb_line_break_holder] -->    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);<!-- [et_pb_line_break_holder] -->    height:250px;<!-- [et_pb_line_break_holder] -->    overflow:auto;<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* list item*\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list > div.item {<!-- [et_pb_line_break_holder] -->    padding: 11px 24px;<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list > div.item:hover {<!-- [et_pb_line_break_holder] -->    color: #fff;<!-- [et_pb_line_break_holder] -->    background-color: #333;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* list *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.open > div.list {<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->    margin-top: 2px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/* arrow *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:after, .dv-dropdown .caption:before {<!-- [et_pb_line_break_holder] -->    font-family: \"ETmodules\" !important;<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    top: 14px;<!-- [et_pb_line_break_holder] -->    width: 13px;<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* arrow icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:after {<!-- [et_pb_line_break_holder] -->    right: 14px;<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\33\";<!-- [et_pb_line_break_holder] -->    transition: all ease 500ms;<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  .dv-dropdown.open .caption:after {<!-- [et_pb_line_break_holder] -->\t\ttransform: rotate(180deg);<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* hamburger icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:before {<!-- [et_pb_line_break_holder] -->    left: 14px;<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\61\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* location icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.map-icon .caption:before {<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\e081\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* price icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.price-icon .caption:before {<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\e0ed\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* dropdown layer order *\/<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(1) {<!-- [et_pb_line_break_holder] -->    z-index: 50 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(2) {<!-- [et_pb_line_break_holder] -->    z-index: 49 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(3) {<!-- [et_pb_line_break_holder] -->    z-index: 48 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/style>\n[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Filter Buttons&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; position_origin_a=&#8221;bottom_center&#8221; z_index=&#8221;1000000&#8243; max_width=&#8221;900px&#8221; overflow-x=&#8221;visible&#8221; overflow-y=&#8221;visible&#8221; custom_margin=&#8221;||-120px||false|false&#8221; custom_padding=&#8221;29px|32px|29px|32px|true|true&#8221; border_radii=&#8221;on|739px|739px|739px|739px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;5px&#8221; box_shadow_color=&#8221;rgba(0,0,0,0.17)&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;df-buttons&#8221; admin_label=&#8221;Filter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; z_index=&#8221;auto&#8221; overflow-x=&#8221;visible&#8221; overflow-y=&#8221;visible&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; sticky_limit_bottom=&#8221;section&#8221; border_radii=&#8221;on|7px|7px|7px|7px&#8221; border_color_all=&#8221;#e5e7f2&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Dropdown&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;651b7730-58fd-45b5-ba9b-89799b52aa11&#8243; custom_margin=&#8221;|0px|||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;off|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|tablet&#8221;]\n<div class=\"dv-dropdown map-icon\"><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"caption\">All Countries<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"list\"><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button\">All Countries<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-australia\">Australia<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-hongkong\">Hongkong<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-india\">India<\/div>\n<p><!-- [et_pb_line_break_holder] --> <\/p>\n<div class=\"item df-button dfc-italy\">Italy<\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-malaysia\">Malaysia<\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"item df-button dfc-southkorea\">South Korea<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-taiwan\">Taiwan<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-thailand\">Thailand<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"item df-button dfc-vietnam\">Vietnam<\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;df-area df-rows &#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; min_height=&#8221;868px&#8221; custom_padding=&#8221;80px|0px|80px|0px|true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;77px|50px|77px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>TAIWAN<\/h1>\n<h2>International Center for Cultural Studies, National Yang Ming Chiao Tung University, Taiwan<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/ICCS_logo-1.png&#8221; title_text=&#8221;ICCS_logo&#8221; url=&#8221;https:\/\/iccs.chss.nycu.edu.tw\/en\/index.php&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;56%&#8221; custom_margin=&#8221;|||20px|false|false&#8221; custom_padding=&#8221;53px|||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Joyce C.H. Liu&#8221; url=&#8221;https:\/\/iccs.chss.nycu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/ICCS_joyce_bio-picture.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;132px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-25px||2px||false|false&#8221; image_icon_custom_padding=&#8221;0px||25px||false|false&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, Director<\/p>\n<p><a href=\"mailto:joyceliu@nycu.edu.tw\" target=\"_blank\" rel=\"noopener\">joyceliu@nycu.edu.tw<\/a><\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Network Liaison (ICCS)&#8221; url=&#8221;https:\/\/iccs.chss.nycu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; url_new_window=&#8221;on&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;132px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-25px||2px||false|false&#8221; image_icon_custom_padding=&#8221;0px||25px||false|false&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; hover_enabled=&#8221;0&#8243; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]\n<p>Project Manager: Ko-Lun Chen (PhD)<\/p>\n<p><a href=\"mailto:klc@nycu.edu.tw\">klc@nycu.edu.tw<\/a><\/p>\n<p>Communication Assistant:<\/p>\n<p>Nenki\u00a0 Man Ching Chan (2023-2025)<\/p>\n<p>&nbsp;<\/p>\n<p>ICCS Office contact: <a href=\"mailto:iccs@nycu.edu.tw\">iccs@nycu.edu.tw<\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>AUSTRALIA<\/h1>\n<h2>The Institute for Culture and Society, Western Sydney University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/WSU_logo-1.png&#8221; title_text=&#8221;WSU_logo&#8221; url=&#8221;https:\/\/www.westernsydney.edu.au\/ics&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;48px|||37px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Brett Neilson&#8221; url=&#8221;https:\/\/researchers.westernsydney.edu.au\/en\/persons\/brett-neilson\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/brett-neilson-co-pi-ICS-WSU.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:b.neilson@westernsydney.edu.au\">b.neilson@westernsydney.edu.au<\/a><\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Ned Rossiter&#8221; url=&#8221;https:\/\/researchers.westernsydney.edu.au\/en\/persons\/ned-rossiter\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/05\/Ned-Rossiter-2023-scaled.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p>Email: <a href=\"mailto:N.Rossiter@westernsydney.edu.au\">N.Rossiter@westernsydney.edu.au<\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h2>The Humanities Research Centre, ANU College of Arts &amp; Social Sciences, The Australian National University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/06\/ANU.jpg&#8221; title_text=&#8221;ANU&#8221; url=&#8221;https:\/\/hrc.cass.anu.edu.au\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;65%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Kylie Message-Jones&#8221; url=&#8221;https:\/\/researchers.anu.edu.au\/researchers\/message-kr&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/06\/KylieHeadshots-3.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;143px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-17px||||false|false&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Director<\/p>\n<p><span class=\"value\"><a class=\"nounderline\" href=\"mailto:kylie.message-jones@anu.edu.au\">kylie.message-jones@anu.edu.au<\/a><\/span><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>GERMANY<\/h1>\n<h2>Berliner Institut f\u00fcr empirische Integrations-<br \/>und Migrationsforschung (BIM), Humboldt-Universit\u00e4t zu Berlin<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/BIM_Logo_HS.png&#8221; title_text=&#8221;BIM_Logo_HS&#8221; url=&#8221;https:\/\/www.bim.hu-berlin.de\/en&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Manuela Bojad\u017eijev&#8221; url=&#8221;https:\/\/www.bim.hu-berlin.de\/en\/ppl\/chairs\/bojadzijev&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/caa6d87f-c21a-427a-bbbc-392d9af554a7.png&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;200px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-64px|16px|11px||false|false&#8221; image_icon_custom_padding=&#8221;43px|0px|60px|0px|false|false&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; border_width_all_image=&#8221;8px&#8221; border_color_all_image=&#8221;#FFFFFF&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, Head of Department Integration, Social Networks and<br \/>Cultural Lifestyles<\/p>\n<p><a href=\"mailto:manuela.bojadzijev@hu-berlin.de\">manuela.bojadzijev@hu-berlin.de<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-india&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>INDIA<\/h1>\n<h2>Mahanirban Calcutta Research Group<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/CRG_-logo-1.png&#8221; title_text=&#8221;CRG_ logo&#8221; url=&#8221;http:\/\/www.mcrg.ac.in\/index.htm&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;72px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Ranabir Samaddar&#8221; url=&#8221;http:\/\/www.mcrg.ac.in\/CRG_Researchers_DCFM.asp&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/CRG_ranabir_profile.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, Director<\/p>\n<p><a href=\"mailto:ranabir@mcrg.ac.in\">ranabir@mcrg.ac.in<\/a><\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Sabyasachi Basu Ray Chaudhury&#8221; url=&#8221;https:\/\/www.rbu.ac.in\/home\/page\/247&#8243; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/CRG_Sabyasachi-Basu-Ray-Chaudhury_profile.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>MCRG Director<\/p>\n<p><a href=\"mailto:director@mcrg.ac.in\">director@mcrg.ac.in<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-india&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>INDIA<\/h1>\n<h2 class=\"font_0 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Centre for Research in Policy, Communication and Society, Kolkata<\/span><\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/03\/2025-03-03-152414.jpg&#8221; title_text=&#8221;2025-03-03 152414&#8243; url=&#8221;https:\/\/www.crpcs.org\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;72%&#8221; custom_margin=&#8221;|||33px|false|false&#8221; custom_padding=&#8221;30px|||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Abhijit Roy&#8221; url=&#8221;https:\/\/www.crpcs.org\/_files\/ugd\/f7a9c0_0f93647be9d640d19274c1df8ed65008.pdf&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/02\/Image-6-1463&#215;2048-1.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Chairperson<\/p>\n<p><a href=\"mailto:abhijitroy@crpcs.org\">abhijitroy@crpcs.org<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Manas Ghosh&#8221; url=&#8221;https:\/\/www.crpcs.org\/_files\/ugd\/f7a9c0_6d9db52a8a5440158e9e0835531a0bee.pdf&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/02\/Manas-Photo.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Secretary and Joint Director<\/p>\n<p><a href=\"mailto:manasghosh@crpcs.org\">manasghosh@crpcs.org <\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-italy&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>ITALY<\/h1>\n<h2>Department of the Arts, University of Bologna<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/12\/download-ongxec18hmfnmd4ml7vtj1u4t9dxjvnlcwg2yb8dlc.jpeg&#8221; title_text=&#8221;download-ongxec18hmfnmd4ml7vtj1u4t9dxjvnlcwg2yb8dlc&#8221; url=&#8221;https:\/\/dar.unibo.it\/en&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;28%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;|||97px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Sandro Mezzadra&#8221; url=&#8221;https:\/\/www.unibo.it\/sitoweb\/sandro.mezzadra\/en&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/12\/SANDRO.png&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:sandro.mezzadra@unibo.it\">sandro.mezzadra@unibo.it<\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-hongkong&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|false&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>hongkong<\/h1>\n<h2>Department of Cultural Studies, Lingnan University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/319153373_614749717119835_1207346914020816271_n.jpg&#8221; title_text=&#8221;319153373_614749717119835_1207346914020816271_n&#8221; url=&#8221;https:\/\/www.ln.edu.hk\/cultural\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;49%&#8221; max_width_tablet=&#8221;26%&#8221; max_width_phone=&#8221;26%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;28px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;TANG Tse Shang Denise&#8221; url=&#8221;https:\/\/www.ln.edu.hk\/cultural\/people\/faculty\/tang-tse-shang-denise\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/05\/TANG-Tse-Shang-Denise-e1668406242381.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Associate Professor, Head of Department<\/p>\n<p><a href=\"mailto:denisetang@ln.edu.hk\">denisetang@ln.edu.hk<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;PUN Ngai&#8221; url=&#8221;https:\/\/www.ln.edu.hk\/cultural\/people\/faculty\/pun-ngai\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/LUCUS_PUNNgai_profile.jpeg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Chair Professor, MCS Programme Director<\/p>\n<p><a href=\"mailto:npun@ln.edu.hk\">npun@ln.edu.hk<\/a><\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;LEUNG Yuk-ming Lisa&#8221; url=&#8221;https:\/\/www.ln.edu.hk\/cultural\/people\/faculty\/leung-yuk-ming-lisa\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/06\/LEUNG-Yuk-Ming-Lisa-e1668406368592.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Associate Professor<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-hongkong&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|false&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>POLAND<\/h1>\n<h2>Institute of Philosophy and Sociology, Polish Academy of Sciences<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/ifispan.jpg&#8221; title_text=&#8221;ifispan&#8221; url=&#8221;https:\/\/ifispan.pl\/en\/socjologia\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;32%&#8221; max_width_tablet=&#8221;26%&#8221; max_width_phone=&#8221;26%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;|||73px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Rafa\u0142 Smoczy\u0144ski&#8221; url=&#8221;https:\/\/ifispan.pl\/en\/members\/rsmoczynifispan-waw-pl\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/6524143058157e8b9e7db0f0650ac620-bpfull.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;140px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:rsmoczyn@ifispan.edu.pl\">rsmoczyn@ifispan.edu.pl<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-hongkong&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|false&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>NEPAL<\/h1>\n<h2>Centre for Social Innovation &amp; Foreign Policy<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/02\/cesif.png&#8221; title_text=&#8221;cesif&#8221; url=&#8221;https:\/\/cesifnepal.org\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;93%&#8221; max_width_tablet=&#8221;26%&#8221; max_width_phone=&#8221;26%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;67px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Vijay Kant Karna&#8221; url=&#8221;https:\/\/cesifnepal.org\/about\/team\/vijay-kant-karna&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/02\/VijayKantKarnaheadshot-1599354384.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;140px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Executive Chairperson<\/p>\n<p>Former Ambassador to Denmark<\/p>\n<p>(2008-2012)<\/p>\n<p><a href=\"mailto:vijaykant.birganj@gmail.com\">vijaykant.birganj@gmail.com<\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Mahesh Kushwaha&#8221; url=&#8221;https:\/\/np.linkedin.com\/in\/okaymahesh&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/03\/1714920661577.jpeg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;140px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Research Fellow<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-hongkong&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|false&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>SINGAPORE<\/h1>\n<h2>College of Humanities, Arts and Social Sciences, Nanyang Technological University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/images.png&#8221; title_text=&#8221;images&#8221; url=&#8221;https:\/\/www.ntu.edu.sg\/hass&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;55%&#8221; max_width_tablet=&#8221;26%&#8221; max_width_phone=&#8221;26%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;|||59px|false|false&#8221; custom_padding=&#8221;40px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Jack QIU Linchuan \uff08\u90b1\u6797\u5ddd\uff09&#8221; url=&#8221;https:\/\/dr.ntu.edu.sg\/cris\/rp\/rp02136&#8243; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/Prof-Jack-Linchuan-Qiu-4x5small-1.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;140px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1.2em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, Wee Kim Wee School of Communication and Information<br \/>Shaw Foundation Professor of Media Technology<\/p>\n<p><a href=\"mailto:jack.qiu@ntu.edu.sg\">jack.qiu@ntu.edu.sg<\/a><\/p>\n[\/et_pb_blurb][et_pb_blurb title=&#8221;Karin Oen-Lee&#8221; url=&#8221;https:\/\/dr.ntu.edu.sg\/cris\/rp\/rp01883&#8243; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/03\/Dr-Karin-Oen-Lee_1_1_2.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;140px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1.2em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px|25px|0px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<div>Senior Lecturer, School of Humanities<\/div>\n<div>Head of Art History, School of Humanities (SoH)<\/div>\n<div>\u00a0\u00a0<\/div>\n<div><a href=\"mailto:karin.oen@ntu.edu.sg\">karin.oen@ntu.edu.sg<\/a><\/div>\n<div><\/div>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-southkorea&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>SOuth korea<\/h1>\n<h2>Industry-University Cooperation Foundation\/ Department of<br \/>Applied Art, Hanyang University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/Hanyang_logo.png&#8221; title_text=&#8221;Hanyang_logo&#8221; url=&#8221;https:\/\/education.hanyang.ac.kr\/front\/graduate\/art\/class&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Tammy Ko Robinson&#8221; url=&#8221;https:\/\/education.hanyang.ac.kr\/front\/undergraduate\/education\/professor\/view?id=36&#8243; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/Hanyang_Tammy_profile.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:tammyko@hanyang.ac.kr\">tammyko@hanyang.ac.kr<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-southkorea&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>SOUTH KOREA<\/h1>\n<h2>Graduate School of Public Policy and Information Technology, Seoul National University of Science&amp;Technology<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/04\/tail_logo.png&#8221; title_text=&#8221;tail_logo&#8221; url=&#8221;https:\/\/itpolicy.seoultech.ac.kr\/en\/depart\/dcp\/intro&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;left&#8221; min_height=&#8221;117px&#8221; max_height=&#8221;1000px&#8221; custom_margin=&#8221;|||60px|false|false&#8221; custom_padding=&#8221;|||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;LEE Kwang-Suk&#8221; url=&#8221;https:\/\/itpolicy.seoultech.ac.kr\/en\/depart\/dcp\/faculty\/?togo=list&#038;menu=9080&#038;profidx=02444&#8243; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/04\/SNUST1648909943177.jpeg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:kslee@seoultech.ac.kr\">kslee@seoultech.ac.kr<\/a><\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-southkorea&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; width=&#8221;100%&#8221; max_width=&#8221;94%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>SOUTH KOREA<\/h1>\n<h2><a href=\"https:\/\/ccs.khu.ac.kr\/?language=eng\" target=\"_blank\" rel=\"noopener\">Centre for Cross-Cultural Studies<\/a><br \/><a href=\"https:\/\/technologyinhumanities.com\/\" target=\"_blank\" rel=\"noopener\">Global Centre for Technology in Humanities<\/a><br \/><a href=\"https:\/\/deptofenglish.khu.ac.kr\/deptofenglish\/user\/main\/view.do\" target=\"_blank\" rel=\"noopener\">School of Global Communication<\/a><br \/>Kyung Hee University<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/08\/KHU-Logo-Seal_2022-01-11-0436182.png&#8221; title_text=&#8221;KHU-Logo-Seal_2022-01-11-0436182&#8243; url=&#8221;https:\/\/deptofenglish.khu.ac.kr\/deptofenglish\/user\/main\/view.do&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;66%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;left&#8221; min_height=&#8221;117px&#8221; max_height=&#8221;1000px&#8221; custom_margin=&#8221;|||60px|false|false&#8221; custom_padding=&#8221;|0px||63px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Alex Taek-Gwang Lee&#8221; url=&#8221;https:\/\/deptofenglish.khu.ac.kr\/deptofenglish\/user\/bbs\/BMSR00047\/view.do&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/08\/Alex-Taek-Gwang-Lee.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;161px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;19px&#8221; header_line_height=&#8221;1.1em&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-8px|||0px|false|false&#8221; image_icon_custom_padding=&#8221;0px|0px||0px|false|false&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;43px|25px|43px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;off|2000px|2000px|2000px|2000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor\/Director<\/p>\n<p><a href=\"mailto:tglee@khu.ac.kr\" target=\"_blank\" rel=\"noopener\">tglee@khu.ac.kr<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-southkorea&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>United States<\/h1>\n<h2>Oechsle Center for Global Education, Lafayette College<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/05\/Lafayette_College_wordmark.png&#8221; title_text=&#8221;Lafayette_College_wordmark&#8221; url=&#8221;https:\/\/internationalaffairs.lafayette.edu\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;left&#8221; min_height=&#8221;100px&#8221; max_height=&#8221;1000px&#8221; custom_margin=&#8221;|||60px|false|false&#8221; custom_padding=&#8221;|||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Douglas de Toledo Piza&#8221; url=&#8221;https:\/\/internationalaffairs.lafayette.edu\/people\/douglas-de-toledo-piza-2\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2025\/05\/Douglas-de-Toledo-Piza-scaled.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;184px&#8221; content_max_width=&#8221;926px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; image_icon_custom_margin=&#8221;-13px|||3px|false|false&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px|0px|false|false&#8221; custom_padding=&#8221;43px|0px|43px|0px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;off|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Assistant Professor of<br \/>International Affairs<\/p>\n<p><a href=\"mailto:detoledd@lafayette.edu\">detoledd@lafayette.edu<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-malaysia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>MALAYSIA<\/h1>\n<h2>Centre for Artistic Research of Faculty of Creative Industries.<br \/>Universiti Tunku Abdul Rahman, Malaysia<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/FCI_logo.png&#8221; title_text=&#8221;FCI_logo&#8221; url=&#8221;https:\/\/citc.research.utar.edu.my\/Home.php&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;20%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Ray Langenbach&#8221; url=&#8221;https:\/\/www2.utar.edu.my\/cv\/index.jsp?cv=williamr&#038;reqPageId=aboutMe&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/FCI_Ray-Langenbach_profile.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, Chair<\/p>\n<p><a href=\"mailto:raylangenbach@mac.com\">raylangenbach@mac.com<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-thailand&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;2.3em&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;1.3em&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>THAILAND<\/h1>\n<h2>Center on Gender and Forced Displacement, School of Environment, Resources and Development, Asian Institute of Technology, Bangkok, Thailand.<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2024\/07\/cgfd.png&#8221; title_text=&#8221;cgfd&#8221; url=&#8221;https:\/\/dds.ait.ac.th\/gender-and-development-studies-gds\/&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;52%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Paula Banerjee&#8221; url=&#8221;https:\/\/ait.ac.th\/people\/paula-banerjee\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/GDS_Paula-Banerjee_profile.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor, IDRC Endowed Chair, Director<\/p>\n<p><a href=\"mailto:paulabanerjee44@gmail.com\">paulabanerjee44@gmail.com<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;2.3em&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;1.3em&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>VIETNAM<\/h1>\n<h2>Faculty of Sociology, University of Social Sciences and<br \/>Humanities, Vietnam National University in Ho Chi Minh City (VNU \u2013<br \/>HCM)<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/FOS_logo.png&#8221; title_text=&#8221;FOS_logo&#8221; url=&#8221;https:\/\/hcmussh.edu.vn\/en&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Nguyen Nu Nguyet Anh&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/FOS_Nguyen-Nu-Nguyet-Anh_profile.png&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Dean, Faculty of Sociology<\/p>\n<p><a href=\"mailto:nguyen.nunguyetanh@hcmussh.edu.vn\">nguyen.nunguyetanh@hcmussh.edu.vn<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;60%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;25px||25px||true|false&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_style_all=&#8221;dashed&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Roboto|300|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;2.3em&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Poppins|600|||||||&#8221; header_2_font_size=&#8221;1.3em&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221;]\n<h2>Faculty of Social Sciences and Humanities, Ton Duc Thang<br \/>University (TDTU)<\/h2>\n[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/TDTU_logo.png&#8221; title_text=&#8221;TDTU_logo&#8221; url=&#8221;https:\/\/ssh.tdtu.edu.vn\/en&#8221; url_new_window=&#8221;on&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;John Hutnyk&#8221; url=&#8221;https:\/\/hutnyk.wordpress.com\/about\/&#8221; url_new_window=&#8221;on&#8221; image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-content\/uploads\/2023\/11\/TDTU_John.jpg&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;115px&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|phone&#8221; image_icon_width_tablet=&#8221;115px&#8221; image_icon_width_phone=&#8221;115px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; content_max_width_tablet=&#8221;&#8221; content_max_width_phone=&#8221;475px&#8221; content_max_width_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Poppins|500|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;20px&#8221; body_font=&#8221;Poppins||||||||&#8221; body_text_align=&#8221;left&#8221; body_text_color=&#8221;#000000&#8243; body_line_height=&#8221;1em&#8221; background_color=&#8221;#ffffff&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;30px|25px|30px|25px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;1.8em&#8221; header_font_size_phone=&#8221;1.4em&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; body_font_size_tablet=&#8221;1.3em&#8221; body_font_size_phone=&#8221;1.1em&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; border_radii_image=&#8221;on|1000px|1000px|1000px|1000px&#8221; image_max_width=&#8221;59px&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Professor<\/p>\n<p><a href=\"mailto:raylangenbach@mac.com\">johnhutnyk@tdtu.edu.vn<\/a><\/p>\n[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"<p>MembersTARN welcomes members from Asia and beyond. Participation enriches the research and knowledge production within our network, and you will benefit from the varied cultural backgrounds and expertise of researchers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-92","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/pages\/92","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/comments?post=92"}],"version-history":[{"count":90,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/pages\/92\/revisions"}],"predecessor-version":[{"id":55564,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/pages\/92\/revisions\/55564"}],"wp:attachment":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/tarn\/wp-json\/wp\/v2\/media?parent=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}