Phranakorn Rajabhat University Library

100 best design offices and workspaces /

100 best design offices and workspaces / One hundred best design offices and workspaces 100 offices and workspaces Offices and workspaces บรรณาธิการ นัทธมน ตั้งตรงมิตร - พิมพ์ครั้งแรก - กรุงเทพฯ : บ้านและสวน, 2564 - 279 หน้า : ภาพประกอบ ; 23 ซม. - Room selected series ; vol.04 . - Room selected series ; .

A brief history of office design : ความเป็นมา (อย่างย่อ) ของการออกแบบสำนักงาน -- Co-working space : Knowhere -- Playroom office -- Kliquex Samyan -- Wework the parq -- Glowfish Sathorn -- The great room -- Voa space -- Wayco ruzafa --Common ground -- Architecture library -- UTCC co-working space -- Socialpack -- Naplab Wanglang -- Workspace -- Samyan CO-OP -- Unova co-working space -- Neuehouse bradbury -- Justco Samyan Mitrtown -- Office : Xeito office -- Birthmark -- Agora office -- Foodstar -- Greymatters -- Tastespace -- Layered frames workplace -- Zilingo HQ Thailand -- Booking.com -- Decathlon Thailand -- Bonnefanten museum maastrict workspace -- Secad office -- Party/Space/Design -- Pava architects -- AD achitecture office -- Codo -- McCann worldgroup Thailand

9786161840297


การตกแต่งสำนักงาน
สำนักงาน--การออกแบบตกแต่ง
สำนักงาน--การออกแบบ
การตกแต่งภายใน

NK 2195.ส65 / ว437 2564

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });