-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
385 lines (264 loc) · 37 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" href="style.css">
<script src="interact.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<!-- a helper script for vaidating the form-->
<script language="JavaScript" src="scripts/gen_validatorv31.js" type="text/javascript"></script>
<!--font-family: 'DM Sans', sans-serif;-->
<!--font-family: 'DM Serif Text', serif;-->
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM+Serif+Text:ital@0;1&display=swap" rel="stylesheet">
<!--font-family: 'DM Serif Text', serif;-->
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=GFS+Didot&family=Rubik:wght@400;500;700&display=swap" rel="stylesheet">
<!--font-family: 'Merriweather', serif; -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<!-- font-family: 'Nunito', sans-serif;-->
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!--font-family: 'Merriweather Sans', sans-serif; -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap" rel="stylesheet">
<!--font-family: 'Rubik', sans-serif;-->
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!--font-family: 'Libre Baskerville', serif;-->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
</head>
<body>
<!--Scroll Indicator-->
<div class="scroll_indicator">
<div class="progress-container">
<div class="progress-bar" id="scroll_bar"></div>
</div>
</div>
<!-- Header -->
<div class="header">
<!-- Logo -->
<div class="logo_container">
<a href="Index.html"><img class="logo_class" src="img/acfea_logo_2.png" width="150px" height="142px"></a>
<header class="logo_name"><p class="m">Asian </p>
<p class="m">Consumer & Family Economics </p>
<p class="m">Association</p></header>
<!-- Search area -->
<!-- <form class="search_bar">
<input cols="8" rows="1" value="search">
<img src="img/search_bar.png" width="10px" height="10px"></form>
-->
</div>
<!-- Navigation Bar-->
<div class="Nav_container">
<div class="navigation_bar">
<table>
<tr>
<td class="nav_bar"><span><a href="About.html" class="nav_no_deco">About</a></span>
</td>
<td class="nav_bar"><span><a href="Index.html" class="nav_no_deco">Home</a></span>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="news.html" class="nav_no_deco">News</a></span>
</div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="org.html" class="nav_no_deco">Organization</a></span>
<div class="dropdown-content">
<a href="org.html">Presidents</a>
<a href="org1.html">Advisory Board</a>
<a href="org2.html">Staff</a>
</div></div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="archi.html" class="nav_no_deco">Conference</a></span>
<div class="dropdown-content">
<a href="archi.html" style="text-transform:lowercase;">12th (2018)</a>
<a href="archi.html" style="text-transform:lowercase;">11th (2016)</a>
<a href="archi.html" style="text-transform:lowercase;">10th (2014)</a>
<a href="archi.html" style="text-transform:lowercase;">9th (2011)</a>
<a href="archi.html" style="text-transform:lowercase;">8th (2009)</a>
</div>
</div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="contact.html" class="nav_no_deco">Contact</a></span>
</div>
</tr>
</table>
</div>
</div>
</div>
<!-- News -->
<!--2020-->
<div class="news_container">
<div class="contact_head_0">2020 News</div>
<p class="run_date">(2020-09-07)</p><p class="run_link">The <b>conference manual </b>including the tentaive program is available.<br />Please download it here.<b>【Download】</b></p>
<p class="run_date">(2020-07-20)</p><p class="run_link"><b>Registration form</b> is available NOW.<br /> Please download the form here. <a href="" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2020-06-15)</p><p class="run_link"><b>Call for Papers</b>: 2020 Joint Virtual International Conference of the ACFEA and the ACES, <br />September 12-13, 2020.<br />Please download the details here.
<a href="http://www.asiancfea.org/userfiles/2020%20Joint%20International%20Conference%20of%20ACFEA%20and%20ACES%20-%20Short.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
<p class="run_date">(2020-06-15)</p><p class="run_link"><b><i>Official Announcement</i></b>: After a long discussion of the organizing committee of 2020 ACES Conference, we have decided to host it as a virtual format and to cooperate with the 13th Biennial Conference of Asian Consumer and Family Economics Association (ACFEA) as a joint virtual conference. Therefore, the official name of the conference will be changed to<b> "2020 Joint Virtual International Conference of the ACFEA and the ACES"</b>. The date of this joint conference will be<b> September 12 and 13, 2020 (Taipei time, GMT+8 hours)</b> </p>
<p class="run_date"> (2020-03-19) </p><p class="run_link"><b><i>Official Announcement</i></b>: Due to the outbreak of Covid-19, the advisory board of ACFEA has decided to postpone the 2020 ACFEA Biennial Conference from July 8-12 to November 4-8, 2020. The conference schedule will be changed accordingly. Please visit the revised conference schedule to know the deadline of submission, registration, and other events. We look forward to your participation in the conference. See you in November. </p>
<p class="run_date">(2020-03-03)</p><p class="run_link">Due to the Covid-19 epidemic situation, the deadline of <b class="highlight">submission has been extended to March 31, 2020. </b>You are invited to submit your works to the conference. Thanks.</p>
<p class="run_date">(2020-03-03)</p><p class="run_link">The call-for-paper of the 2020 the 13th Biennial Conference of ACFEA is updated and available.<br />
Please download the details here.
<a href="http://www.asiancfea.org/userfiles/file/2020%20ACFEA/2020ACFEA20200303.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
</div>
<!--2019-->
<div class="news_container_0">
<div class="contact_head_0">Past News</div>
<div class="contact_head2">2019 News</div>
<p class="run_date">(2019-11-25)</p><p class="run_link"> Two ways for you to submit your contribution to 2020 ACFEA Conference. Please use one of the followings:<br />
1. <a href="https://forms.gle/uxsM6pUks2rp6aY96" class="run_link" target="_blank"><b>【Online Submission】</b></a> (need to register a google account first)<br />
2. <a href="mailto:[email protected]" class="run_link"><b>【Email Submission】</b></a> (Submissions can be sent to the ACFEA secretary, Ms. Patty Miao)
<a href=""></a></p>
<p class="run_date">(2019-07-14)</p><p class="run_link">All conference photos of 2019 ACFEA Conference are available.<br />Please click to see more details here.
<a href="http://www.asiancfea.org/?conference-photos,74" class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date">(2019-07-02)</p><p class="run_link">All Submissions presented in the conference are available.Please click to see more details here.<a href="http://www.asiancfea.org/?program-and-all-sessions-submissions,73." class="run_link"><b>【Link】</b></a></p>
<p class="run_date">(2019-06-30)</p><p class="run_link">Conference Program of <b>"the 2019 International Conference on High-Quality Development of China's Economy in the New Era"</b> (ACFEA is the co-host) on July 5-8, 2019 in Xiamen City, China is available.</p>
</div>
<!--2018-->
<div class="news_container0">
<div class="contact_head2">2018 News</div>
<p class="run_date">(2018-11-15)</p><p class="run_link"><b><i>The Advisory Board</i></b> has decided that the 2020 13th ACFEA Biennial Conference will be taken place at Chulalongkorn University in Bangkok, Thailand. The host of this conference is Dr. Kua Wongboonsin, Professor and Interm Deputy Director of Sasin Graduate Institute of Business Administration, Chulalongkorn University. We look forward to seeing you guys there in 2020. If you have any suggestions regarding the upcoming 2020 biennial conference, please feel free to let us know. Thank you.</p>
<p class="run_date">(2018-10-25) </p><p class="run_link">The School of Economics and Finance at Huaqiao University will host <b>"2019 International Conference on High-Quality Development of China's Economy in the New Era"</b>(ACFEA is the co-host) on July 5-8, 2019 in Xiamen City, China. All ACFEA members are welcomed and invited to attend the conference. Regarding the call-for-paper, please click to visit the website. <a href="http://sxy.hqu.edu.cn/info/1034/7172.htm." class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date">(2018-07-19)</p><p class="run_link">Photos taken in the conference are available.<br />Please click to see more details here.<a href="http://www.asiancfea.org/?2018-conference-photos,63." class="run_link"><b>【Link】</b></a></p>
<p class="run_date"> (2018-07-19) </p><p class="run_link"> On behalf of ACFEA, we would like to thank all participants to attend the 2018 ACFEA Biennial Conference in Fuzhou, China. Despite of the Maria Typhoon, we still have a very wonderful, enjoyful, fruitful, and successful conference. Thanks for all your support and contribution to this conference. We look forward to seeing you again in 2020.</p>
<p class="run_date">(2018-07-13)</p><p class="run_link">New Version of the conference program is available now.<a href="http://www.asiancfea.org/userfiles/2018ACFEACP.pdf" class="run_link"><b>【Link】</b></a></p>
<p class="run_link">If you have any questions, please click to send email to [email protected].<a href="mailto:[email protected]" class="run_link"><b>【Contact Email】</b></a></p>
<p class="run_date"> (2018-07-12)</p><p class="run_link">Tomorrow (7/13) we have to be gathered in the lobby of the Crown Plaza Hotel Fuzhou Riverside at 08:00. The shuttle bus will take us to the conference place. Thanks!</p>
<p class="run_date">(2018-07-12)</p><p class="run_link">After today's (7/12) dinner at Fuzhou University, the local host will have one or two shuttle bus(es) to take us back to the hotel. Please do not worry about it. Thanks! </p>
<p class="run_date">(2018-07-11)</p><p class="run_link">
For participants, you can have your tomorrow's (7/12) lunch in the restaurant on the first floor. You do not have to pay for it.</p>
<p class="run_date">(2018-07-11)</p><p class="run_link">
The shuttle bus will take us to the conference place in the School of Economics and Management Building at the Fuzhou University (2 Xue Yuan Road, University Town, Fuzhou, Fujian 350108,P. R. CHINA) at 13:00 on July 12, 2018. We have to be gathered in the lobby of the Crown Plaza Hotel Fuzhou Riverside at 12:50. Please be on time. Thanks!</p>
<p class="run_date">(2018-07-11)</p><p class="run_link">
Due to the bad weather, the reception dinner on July 11, 2018 has been cancelled. For all participants of the conference, please go to the restaurant on the first floor of the hotel to enjiy a buffet dinner. Sorry for ths inconvenience.</p>
<p class="run_date">(2018-07-04)</p><p class="run_link">
The Conference Proceedings are also available. Please click to get more details.
<a href="http://www.asiancfea.org/?6.-conference-proceedings,61." class="run_link"><b>【Link】</b></a></p>
<p class="run_date">(2018-07-04) </p><p class="run_link">
The conference program is now available. Please click to get more details.<a href="http://www.asiancfea.org/userfiles/2018ACFEACP.pdf" class="run_link"><b>【Link】</b></a></p>
<p class="run_date"> (2018-06-06)</p><p class="run_link">For those attendees who need pick-up and see-off service, please complete the form and send it to [email protected] as soon as you can and no later than July 1, 2018. The fare is RMB 250 for one car & one trip.Thank you. <a href="resource/Pick-up%20and%20Drop-off%20Services%20Form.doc" class="run_link"><b>【Download】</b></a></p>
<p class="run_date"> (2018-05-02) </p><p class="run_link"> The information regarding transporation is available now.<a href="resource/transportation.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2018-04-19)</p><p class="run_link">
For those who need an official letter of invitation with a seal issues by School of Economics and Management at Fuzhou University, China (sometimes known as a “Chop” letter) for the application of visa to visit China, please send a request to [email protected]. Thank you! </p>
<p class="run_date">(2018-03-12) </p><p class="run_link">
The registration form is now available. Please download the form from the registration webpage. Please choose the form with the currency you want to pay for the fee. </p>
<p class="run_date">(2018-03-05)</p><p class="run_link">
All submissions for the ACFEA conference are under review right now. The review process is expected to be done before March 10, 2018. Thank you for your patience.</p>
<p class="run_date">(2018-02-01)</p><p class="run_link">
Late submissions are still acceptable!! If you miss the deadline to submit your articles, extended abstracts, posters, or panel proposals to the conference, please submit them to [email protected] as soon as you can since the chance of presentation in the conference is limited. However, late submissions might lose the chance of enjoying the early bird rate of registration. Thank you!<a href="resource/late%20submission.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2018-01-03)</p><p class="run_link">Chinese version of Call-for-Paper (中文徵稿啟事) is available now. <a href="resource/chinese.pdf" class="run_link"><b>【Download】</b></a></p>
</div>
<!--2017-->
<div class="news_container1">
<div class="contact_head2">2017 News</div>
<p class="run_date">(2017-09-23) </p><p class="run_link"><img src="resource/2018%203%20journals.jpg" width="200px" height="100px"><br />Publication Opportunities: Articles presented in the 12th Biennial Conference of ACFEA are most favorable for special issues of the following three excellent journals.</p>
<p class="run_date">(2017-09-23)</p><p class="run_link">You are welcome to join the 2018 ACFEA Conference Chat Roon at Wechat. If you have a wechat account, please scan the following QR Code. The Code will be updated frequently. If it does not work, please send an email to [email protected] for requesting a valid Code.<a href="resource/QR%20Code.jpg" class="run_link"><b>【QRcode】</b></a></p>
<p class="run_date">(2017-09-21)</p><p class="run_link">Call-For-Papers/ Extended Abstracts/ Posters/ Panel Proposals: 2018 the 12th ACFEA Biennial Conference, School of Economics and Management at Fuzhou University, Fuzhou City, Fujian Province, China, July 11-14, 2018. Download PDF File. <a href="resource/2018%20ACFEA%20Call_for_papers.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2017-06-04)</p><p class="run_link">Dr. Jr-Tsung Huang, the Deputy Chair of Advisory Board and former president of association visited the School of Economics and Management at Fuzhou University during May 31- June 2, 2017. <br />On behalf of the advisory board, he had a discussion with the Presidnet Tang regarding the preparation of the 2018 ACFEA Biennial Conference.</p>
<p class="run_date">(2017-05-08)</p><p class="run_link"><img src="resource/SEMFU.jpg" width="200px" height="40px"><br />The 2018 ACFEA 12th Biennial Conference will be hosted by the School of Economics and Management at Fuzhou University, Fujian Province, China.</p>
<p class="run_date">(2017-05-08)</p><p class="run_link"><img src="resource/Certificate-TANG.jpg" width="250px" height="150px"><br />Congratulations! The Dean of the School of Economics and Management at Fuzhou University, Dr. Zhenpeng TANG, is elected as the ACFEA President. His term is from May 1, 2017 to April 30, 2019. </p>
<p class="run_date"> (2017-06-01)</p><p class="run_link"><img src="resource/14590251_10210314514800492_7273692678181449955_n.jpg" width="80px" height="120px"><br />Singapore Economic Review (SER, indexed in SSCI) special issue on Economic Issues of Population Aging in Asian is call-for-papers now.The guest editor of this special is Dr. Jr-Tsung Huang (the former president of ACFEA). The deadline for submission is extended to August 1, 2017. For detail, please visit SER website or contact Dr. JT Huang via [email protected]. </p>
</div>
<!--2016-->
<div class="news_container0_1">
<div class="contact_head2">2016 News</div>
<p class="run_date">(2016-06-20)</p><p class="run_link">Hot! Hot! Hot! The manual of 2016 ACFEA Biennial Conference is available now. Looking forward to seeing you in Hong Kong during July 7~10, 2016.<a href="resource/2016_ACEFA_conference_manual_18_June_2016.pdf" class="run_link" target="_blank"><b>【Download】</b></a> </p>
<p class="run_date">(2016-06-19)</p><p class="run_link"><img src="resource/scoverijrm.jpg" width="80px" height="120px"><br />Dr. Jason Chen, one of the ACFEA conference panel editors and the editor of International Journal of Revenue Management (IJRM, indexed in Econlit), is willing to provide a special issue for the 11th Biennial Conference of ACFEA. The guest editors are Dr. Che-Cheong Poon and Dr. Chung-Chu Liu. Thanks to Jason's support! </p>
<p class="run_date">(2016-05-24)</p><p class="run_link"><img src="resource/14590251_10210314514800492_7273692678181449955_n.jpg" width="80px" height="120px"><br />A special issue of Singapore Economic Review (SER, indexed in SSCI) with the main theme of Family and Consumer Economics in Asia is open to articles presented in the 11th Biennial Conference of ACFEA. Guest editors are Dr. Che Cheong Poon & Dr. Chi Ho Tang. </p>
<p class="run_date"> (2016-05-24)</p><p class="run_link"><img src="resource/JFEI.jpg" width="80px" height="120px"><br />Dr. Jing Jian Xiao, our Chair of Advisory Board and the editor of Journal of Financial Counseling and Planning(JFCP, indexed in Econlit), is willing to provide a special issue for the 11th Biennial Conference of ACFEA. The guest editor is Dr. Jr-Tsung Huang. Thanks to Jing's support!</p>
<p class="run_date">(2016-03-08)</p><p class="run_link">The registration form is available now! Please notice that there is no special rate for non-presenters. All people attending the conference should pay the same registration rate, unless you complete your registration before April 1, 2016. For enjoying early registration rate, please complete registration form based on the instructions and send it back to Dr. Kurt Hon by April 1, 2016. Many thanks! </p>
<p class="run_date">(2016-03-02)</p><p class="run_link"><b>Deadline Extended</b>: Requests from many potential participants, the deadline for all submissions is extended to March 31, 2016. Please send all kinds of your submissions to Dr. Kurt Hon via e-mail:[email protected] as soon as possible.<a href="mailto:[email protected]" class="run_link"><b>【Contact Email】</b></a> </p>
<p class="run_date"> (2016-03-02)</p><p class="run_link">The former president of ACFEA Dr. Jr-Tsung Huang had a meeting with current president Dr. Che-Cheong Poon and his local organizing committee in Hong Kong Shue Yan University in the afternoon of February 23, 2016. They are ready to host 2016 ACFEA Biennial Conference in Hong Kong.<a href="resource/The%20Former%20President%20of%20ACFEA%20Dr%20Huang.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
<p class="run_date">(2016-02-18)</p><p class="run_link">Detail Instructions to Hong Kong Shue Yan University and to City Garden Hotel are available now. </p>
<p class="run_date"> (2016-02-17)</p><p class="run_link"> <b> The Final Call for Papers</b>: Please notice that Feb. 29, 2016 is the deadline for Full Paper (Or At Least 1,000 Words Extended Abstract), Poster, and Panel Submission of 2016 ACFEA Conference. Please send all kinds of your submissions to Dr. Kurt Hon via e-mail: [email protected] as soon as possible.<a href="resource/2016_call%20for%20paper.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2016-01-06)</p><p class="run_link">The updated Guidelines for the Submission of Panel Proposals, Extended Abstracts, Papers, and Posters are available.<a href="resource/2016_submission.pdf" class="run_link"><b>【Download】</b></a> </p>
</div>
<!--2015-->
<div class="news_container1_1">
<div class="contact_head2">2015 News</div>
<p class="run_date"> (2015-12-04)</p><p class="run_link"> <b>Call For Papers</b>: The Eleventh Biennial Conference of Asian Consumer and Family Economics Association, Hong Kong Shue Yan University, Hong Kong, July 7-10, 2016. Updated!<a href="resource/2016_call%20for%20paper.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date"> (2015-05-22)</p><p class="run_link">Congratulations! Dr. Che Cheong Poon, an Associate Professor at Hong Kong Shue Yan University, has been elected as the President of Asian Consumer and Family Economics Association (ACFEA) by members of advisory board. His term is from March 1, 2015 to February 28, 2017.</p>
<p class="run_date">(2015-04-20)</p><p class="run_link">The 2016 ACFEA Biennial Conference will be hosted by Hong Kong Shue Yan University.</p>
<p class="run_date">(2015-03-13)</p><p class="run_link">All members of advisory board of ACFEA are considering the location of 2016 ACFEA Biennial Conference (either Hong Kong or Indonesia). If you have any suggestions, please send email to [email protected]. Thanks to your contributions to ACFEA.</p>
</div>
<!--2014-->
<div class="news_container0">
<div class="contact_head2">2014 News</div>
<p class="run_date"> (2014-08-12)</p><p class="run_link">For those who have been invited to submit article to the special issue of Journal of Family and Economic Issues, please visit http://www.editorialmanager.com/jeei/default.asp first. You might need to register before login if you have not registered this website yet. After login, you should select the “SI: ACFEA 2014” option from the "Choose Article Type" drop-down menu. Please complete your submission by September 15, 2014. However, if you are not going to submit your paper, please also let the editor of special issue, Dr. Jr-Tsung Huang, know.<a href="http://www.editorialmanager.com/jeei/default.asp" class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date">(2014-07-20)</p><p class="run_link">All pictures of 2014 ACFEA conference are available at https://www.flickr.com/photos/126316598@N08/sets. Please use Chrome to take a look. You can download them at their original size.<a href="https://www.flickr.com/photos/126316598@N08/sets" class="run_link" target="_blank"><b>【Link】</b></a> </p>
<p class="run_date">(2014-07-12)</p><p class="run_link">Many thanks to all of your supports and participations. Without your supports, we are not able to host this conference successfully. Hope you are satisfied with our arrangement. Please forgive us if we still have to improve our services. Finally, we look forward for seeing you in the next ACFEA biennial conference in 2016. </p>
<p class="run_date"> (2014-07-06) </p><p class="run_link">We will have greeters with an ACFEA board at both the Taoyuan International Airport and the Taipei Songshan Airport for assisting you to take the car from 9:00-19:30 on July 8, 2014. The greeters’ contact information will be available on the ACFEA website on July 7.</p>
<p class="run_date"> (2014-07-06)</p><p class="run_link">If you are willing to pay the difference, please pay the amount in US$ (or NT$, the exchange is approximately US$1=NT$30) to greeters in the registration desk in the hotel on July 8, 2014. </p>
<p class="run_date">(2014-07-06)</p><p class="run_link">We have discarded the discussant part of each session due to suggestions proposed by many scholars. The finalized Conference Manual and Preliminary Agenda of 2014 ACFEA Conference is available. <a href="http://www3.nccu.edu.tw/~jthuang/2014manual.pdf" class="run_link" target="_blank"><b>【Download】</b></a> </p>
<p class="run_date">(2014-06-15)</p><p class="run_link">For all authors of articles and posters, please follow the format of Professor Xiao's article (download) to modify the format of your articles or posters. Any articles and posters that do not follow the format will not be able to be collected in the proceedings. Thanks for your cooperation and understanding. <a href="resource/Career_paper_proceeding.doc" class="run_link" target="_blank"><b>【Download】</b></a></p>
<p class="run_date">(2014-05-22)</p><p class="run_link">For our staffs to welcome you at airport, please provide us your arrival information and send this form to Professor Jr-Tsung Huang (email to [email protected] or fax to +886-2-29387574.) once you book your flight ticket. <a href="mailto:[email protected]" class="run_link"><b>【Contact mail】</b></a></p>
<p class="run_date">(2014-05-10)</p><p class="run_link">The detail information regarding transportation from the airport to Fullon Hotel Shenkeng is available. Please visit the transportation webpage. <a href="resource/2014%20Transport.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
<p class="run_date"></p><p class="run_link">The registration form for regular registration is available.(2014-04-04) </p>
<p class="run_date"> (2014-04-03) </p><p class="run_link">Please notice that 7 standard rooms are sold out during the conference period. Please DO NOT book standard room anymore.</p>
<p class="run_date">(2014-04-03)</p><p class="run_link">Since too many participants send email to Dr. Jr-Tsung Huang in a very short period, his mail box sometimes shows a message of "delivery error message" or "exceed mailbox quota". In fact, each mail sent to him will be automatically sent to his another email as well at the same time. Therefore, please do NOT worry about it. </p>
<p class="run_date">(2014-03-19)</p><p class="run_link">The phone number of First Commercial Bank, Yung Chun Branch is: +886-2-27682111 (ext. 118). In case your bank asked you about it while you wire the registration and accommodation fees to the bank. </p>
<p class="run_date">(2014-03-18)</p><p class="run_link">Professor Jing-Jian Xiao, the former president of ACFEA, will organize a "Journal Editor Panel" for the conference. Participants are: Elizabeth Dolan, Editor, Journal of Family and Economic Issues; Clifford Robb, Associate Editor, Journal of Consumer Affairs; and Jing Jian Xiao, Editor, Journal of Financial Counseling and Planning. </p>
<p class="run_date">(2014-03-09)</p><p class="run_link"> Registration form for participants from countries/ regions outside Taiwan is available NOW!</p>
<p class="run_date">(2014-03-04) </p><p class="run_link">Early registration will start from March 10, 2014.
<p class="run_date">(2014-03-01)</p><p class="run_link">The letter of acceptance notification for 2014 ACFEA Conference will be sent out via email during March 1-15, 2014. <a href="resource/2014%20conference.pdf" class="run_link" target="_blank"><b>【Download】</b></a> </p>
<p class="run_date"> (2014-02-28)</p><p class="run_link">Professor Jr-Tsung Huang has been invited to serve as the guest editor of special issue of Journal of Family and Economic Issues for 2014 ACFEA Conference. (Letter of Invitation)<a href="http://www3.nccu.edu.tw/~jthuang/jfeieditor.pdf" class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date">(2014-02-20)</p><p class="run_link">The enjoyful tentative One-Day-Trip have been scheduled, please take it a look! <a href="resource/2014%20One%20day%20trip.pdf" class="run_link" target="_blank"><b>【Download】</b></a> </p>
<p class="run_date"> (2014-01-28) </p><p class="run_link">The deadline for the Tenth Biennial Conference of ACFEA Call for Papers, Posters, and Panels has been extended to February 20, 2014.<a href="resource/2014%20conference.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
</div>
<!--2013-->
<div class="news_container1_2">
<div class="contact_head2">2013 News</div>
<p class="run_date">(2013-10-01)</p><p class="run_link">The 10th Biennial Conference of ACFEA will be taken place at National Chengchi University, Taiepi, Taiwan, from July 9-11, 2014.<a href="resource/2014%20conference.pdf" class="run_link"><b>【Download】</b></a> </p>
<p class="run_date">(2013-08-12)</p><p class="run_link">For those who have been invited to submit article to the special issue of Journal of Family and Economic Issues, please visit http://www.editorialmanager.com/jeei/default.asp first. You might need to register before login if you have not registered this website yet. After login, you should select the “SI: ACFEA 2014” option from the "Choose Article Type" drop-down menu. Please complete your submission by September 15, 2014. However, if you are not going to submit your paper, please also let the editor of special issue, Dr. Jr-Tsung Huang, know. <a href="http://www.editorialmanager.com/jeei/default.asp " class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date"> (2013-07-20)</p><p class="run_link">All pictures of 2014 ACFEA conference are available at https://www.flickr.com/photos/126316598@N08/sets. Please use Chrome to take a look. You can download them at their original size.<a href=" https://www.flickr.com/photos/126316598@N08/sets " class="run_link" target="_blank"><b>【Link】</b></a></p>
<p class="run_date">(2013-07-12)</p><p class="run_link">Many thanks to all of your supports and participations. Without your supports, we are not able to host this conference successfully. Hope you are satisfied with our arrangement. Please forgive us if we still have to improve our services. Finally, we look forward for seeing you in the next ACFEA biennial conference in 2016. </p>
</div>
<!-- Footer -->
<div class="footer_container">
<div class="footer_box0">
<div>
<a href="Index.html" class="sitemap_title0"><span>ACFEA Websites</span></a>
</div>
<div class="footer_img">
<a href="Index.html"><img src="img/acfea_logo_3.png" width="120px" height="120px"></a>
</div>
</div>
<div class="footer_box">
<div>
<span class="sitemap_title">Site map</span>
<div class="footer_links_container">
<span><a href="Index.html" class="footer_links">Home</a></span>
</div>
<div class="footer_links_container">
<span><a href="org.html" class="footer_links">Organization</a></span>
</div>
<div class="footer_links_container">
<span><a href="archive.html" class="footer_links">Archive</a></span>
</div>
<div class="footer_links_container">
<span><a href="links.html" class="footer_links">Links</a></span>
</div>
<div class="footer_links_container">
<span><a href="contact.html" class="footer_links">Contact</a></span>
</div>
</div>
</div>
<div class="footer_box">
<div>
<a href="contact.html" class="sitemap_title"><span>Contact us</span></a>
</div>
<div>
<a href="mailto:[email protected]" class="footer_links">[email protected]</a>
</div>
</div>
</div>
<!--Copyright-->
<div class="copyright_container">
<div class="container_box">
<p class="copyright">Copyright ©2020 Asian Consumer and Family Economics Association (ACFEA)   All rights reserved.</p>
</div>
</div>
</body>
</html>