نتایج جستجو برای: civil engineering design firms

تعداد نتایج: 1246272  

2016
Bogdan Alexandru BUTNARU

Bogdan Alexandru BUTNARU – PhD Student, Technical University of Civil Engineering Bucharest, Department of Strength of Materials, Bridges and Tunnels, e-mail: bogo_bogdan@yahoo.com Mirela ȘANDRU – PhD Student, Technical University of Civil Engineering Bucharest, Department of Strength of Materials, Bridges and Tunnels, e-mail: mirela.esandru@yahoo.com Dumitrel FURIȘ Professor, PhD, Technical Un...

2011
Soojin Cho Jong-Woong Park Shin Ae Jang Hongki Jo Hyung-Jo Jung Chung-Bang Yun Billie F. Spencer

Doctoral Student, Dept. of Civil and Environmental Engineering, KAIST, Daejeon, South Korea. E-mail: zelos@kaist.ac.kr, jwp@kaist.ac.kr Doctoral Student, Dept. of Civil and Environmental Engineering, Univ. of Illinois at Urbana-Champaign, IL, USA. E-mail: sjang4@uiuc.edu, hjo4@illinois.edu Professor, Dept. of Civil and Environmental Engineering, KAIST, Daejeon, South Korea. E-mail: hjung@kaist....

2006
JANG HO LEE DONG WOOK KIM

The flow of information brings a tremendous change in the civil engineering industry as well as the politics, economy and culture of a society. The civil engineering field with the information revolution sees the combination of digital technology and construction technology, such as development of integrated construction systems, electronic databases, document management systems, and simulation...

2001
Deran Hanesian Angelo J. Perna

1 Deran Hanesian, New Jersey Institute of Technology, Department of Chemical Engineering, Chemistry and Environmental Science, Tiernan Hall, Newark, New Jersey 07102, hanesian@adm.njit.edu 2 Angelo J. Perna, New Jersey Institute of Technology, Department of Chemical Engineering, Chemistry and Environmental Science, Tiernan Hall, Newark, New Jersey 07102, perna@adm.njit.edu Abstract---In the ear...

Journal: :J. Cases on Inf. Techn. 2009
Toufic M. Mezher M. Asem Abdul-Malak Mohamad Khaled Ibrahim El-Khatib

Knowledge management represents a strategic vision for developing an organization’s performance and its likelihood of success in dealing with future challenges in its industry. The case starts by discussing the importance of knowledge management in improving the competitive edge of firms in general and of consulting firms in particular. Then, the case discusses the process of building a knowled...

2016
Christoph Merschbrock

Building Information Modeling (BIM) has proven its value for design in the architecture, engineering, and construction industry. However, currently only a few leading firms succeed in reaping the full potential of BIM. Especially, specialist designers remain excluded from innovative practices. Reasons include the technical hurdles of BIM adoption and a misfit between human agency versus the aff...

2017

CIVE 221 GEOMETRIC CONTRL SYS (3 credits) Introduction to the theory and application of mensuration and geometric information processing in civil engineering. Measurement of distance, direction, elevation and location using mechanical, electronic and satellite systems; collection of field data, error propagation; elementary geometric data bases for design, construction, operation and control of...

2015
Yiqi Zhang Chunming Qiao Adel Sadek Kevin F. Hulme Yong Lei

1Department of Industrial & Systems Engineering, The State University of New York (SUNY), Buffalo, NY 14260, USA 2Department of Computer Science Engineering, The State University of New York (SUNY), Buffalo, NY 14260, USA 3Department of Civil, Structural and Environmental Engineering, The State University of New York (SUNY), Buffalo, NY 14260, USA 4NYs Center for Engineering Design & Industrial...

2014
J. L. Salinas A. Castellarin T. R. Kjeldsen

J. L. Salinas1, A. Castellarin2, A. Viglione1, S. Kohnová3, and T. R. Kjeldsen4 1Institute of Hydraulic Engineering and Water Resources Management, Vienna University of Technology, Vienna, Austria 2Department DICAM, School of Civil Engineering, University of Bologna, Bologna, Italy 3Department of Land and Water Resources Management, Faculty of Civil Engineering, SUT Bratislava, Bratislava, Slov...

2015
Tara J. Troy Naresh Devineni Attilio Castellarin

Civil and Environmental Engineering, University of Brasilia, Brasilia, DF, Brazil b Earth & Environmental Engineering, Columbia Water Center, Columbia University, New York, NY, United States Civil and Environmental Engineering, Lehigh University, Bethlehem, United States Department of Civil Engineering, NOAA-Cooperative Remote Sensing Science and Technology Center, City University of New York, ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->