Academic literature on the topic 'Gateley'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Gateley.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Gateley"

1

Roach,, M. Simone. "Caring Ontology: Ethics and the Call of Suffering." International Journal of Human Caring 2, no. 2 (1998): 30–34. http://dx.doi.org/10.20467/1091-5710.2.2.30.

Full text
Abstract:
This paper examines the primacy of caring as the ground for ethics, addressing the call of suffering as a moral call. It provides a brief overview of the author’s work on an ontology of caring as the human mode of being. Noting approaches to ethics as a discipline of knowledge and system of moral inquiry, the paper focuses on ethics as relational responsibility. The call of suffering is seen as filling the empty spaces in the human heart (Leon Bloy). It concludes with thoughts on the Pieta, the classic work of Michelangelo, a project that appealed to his tenderness and compassion; and the impo
APA, Harvard, Vancouver, ISO, and other styles
2

Gilles, Robert P., and Lina Mallozzi. "Game Theoretic Foundations of the Gately Power Measure for Directed Networks." Games 14, no. 5 (2023): 64. http://dx.doi.org/10.3390/g14050064.

Full text
Abstract:
We introduce a new network centrality measure founded on the Gately value for cooperative games with transferable utilities. A directed network is interpreted as representing control or authority relations between players—constituting a hierarchical network. The power distribution embedded within a hierarchical network can be represented through appropriate TU-games. We investigate the properties of these TU-representations and investigate the Gately value of the TU-representation resulting in the Gately power measure. We establish when the Gately measure is a core power gauge, investigate the
APA, Harvard, Vancouver, ISO, and other styles
3

Kašin, Vasilij, and Aleksandra Jankova. "Tor nach Osten?" osteuropa 73, no. 7-9 (2023): 321–32. http://dx.doi.org/10.35998/oe-2023-065.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Kemp, Lindsay, and Reinhard G. Pauly. "Gateway." Musical Times 131, no. 1774 (1990): 655. http://dx.doi.org/10.2307/966730.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Petrescu, Relly Victoria Virgil, and Florian Ion Tiberiu Petrescu. "About Gateway." Journal of Aircraft and Spacecraft Technology 4, no. 1 (2020): 70–87. http://dx.doi.org/10.3844/jastsp.2020.70.87.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Steane, Andrew. "Logic gateway." Nature 422, no. 6930 (2003): 387–88. http://dx.doi.org/10.1038/422387a.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Cowley, Bruce, Greg Scragg, and Doug Baldwin. "Gateway laboratories." ACM SIGCSE Bulletin 25, no. 1 (1993): 180–84. http://dx.doi.org/10.1145/169073.169394.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Johnson, Nigel. "Digital Gateway." Leonardo 33, no. 2 (2000): 87. http://dx.doi.org/10.1162/leon.2000.33.2.87.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Reid, Robert L. "Aerial Gateway." Civil Engineering Magazine Archive 78, no. 10 (2008): 42–51. http://dx.doi.org/10.1061/ciegag.0000197.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Cassity, Patrick, and Tom Skinner. "Graceful Gateway." Civil Engineering Magazine Archive 81, no. 11 (2011): 50–57. http://dx.doi.org/10.1061/ciegag.0000376.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Gateley"

1

Hallström, Fredrik, and David Adolfsson. "Data Cleaning Extension on IoT Gateway : An Extended ThingsBoard Gateway." Thesis, Karlstads universitet, Institutionen för matematik och datavetenskap (from 2013), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-84376.

Full text
Abstract:
Machine learning algorithms that run on Internet of Things sensory data requires high data quality to produce relevant output. By providing data cleaning at the edge, cloud infrastructures performing AI computations is relieved by not having to perform preprocessing. The main problem connected with edge cleaning is the dependency on unsupervised pre-processing as it leaves no guarantee of high quality output data. In this thesis an IoT gateway is extended to provide cleaning and live configuration of cleaning parameters before forwarding the data to a server cluster. Live configuration is impl
APA, Harvard, Vancouver, ISO, and other styles
2

Ayla, Erkut Sinan. "Trusted Mail Gateway." Master's thesis, METU, 2005. http://etd.lib.metu.edu.tr/upload/12605753/index.pdf.

Full text
Abstract:
ABSTRACT TRUSTED MAIL GATEWAY AYLA, Erkut Sinan M.S., Department of Computer Engineering Supervisor: Dr. Attila &Ouml<br>zgit December 2004, 135 pages The study aims to make contribution to solve mail security problems. The Trusted Mail Gateway provides a domain with the basic security services that are message integrity, confidentiality, non&amp<br>#8208<br>repudiation, origin authentication and availability while message (e&amp<br>#8208<br>mail) being delivered through the Internet. It generates S/MIME digital signatures and performs S/MIME encryption on behalf of the domain using secret ke
APA, Harvard, Vancouver, ISO, and other styles
3

Tanik, Guven Orkun. "Secure Mail Gateway." Master's thesis, METU, 2010. http://etd.lib.metu.edu.tr/upload/12612038/index.pdf.

Full text
Abstract:
Past few decades witnessed the birth and explosive growth of the internet and the communications &ndash<br>most notably the electronic mail- through it. Studies indicate that although security measures are deployed, their usage is very limited and problematic. This work proposes a system to address some of the shortcomings of present mail security systems, such as underutilization, complicated key management and unwanted immunization against filtering-scanning. A two-layer message encryption scheme with domain level keys is introduced and a performance analysis is presented. An analysis of the
APA, Harvard, Vancouver, ISO, and other styles
4

Brahneborg, Daniel. "Pipelined Messaging Gateway." Thesis, Umeå universitet, Institutionen för datavetenskap, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-102004.

Full text
Abstract:
The SMS gateway EMG uses separate threads for each connection. This requires a large number of locks to avoid data corruption, and causes problems when scaling to thousands of connections. The CPU load goes very high, and the amount of addressable memory per thread becomes low. This report examines an alternative implementation, where each thread instead handles a separate part of the processing. The two architectures are compared based on throughput, resource utilisation, code complexity and more. The results show what while throughput is about the same, the alternative implementation is bett
APA, Harvard, Vancouver, ISO, and other styles
5

Forsberg, Linus, and Maximilian Falkenström. "Mobile Sensor Gateway." Thesis, Malmö universitet, Fakulteten för teknik och samhälle (TS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20464.

Full text
Abstract:
Den här uppsatsen beskriver processen av att skapa en plattformsoberoende mobilapplikation för att koppla upp mobila enheter mot trådlösa sensorer med hjälp av Bluetooth Low Energy, samla in data från uppkopplade sensorer och ladda upp den insamlade datan till en molnlagringstjänst. Allt eftersom konsumenter och forskare använder fler sensorer och andra Bluetooth-enheter, [1] ökar behovet av simplare och standardiserade lösningar för att arbeta med dessa. En litteraturstudie har genomförts där information om närliggande forskning insamlats och viktig information om de nödvändiga mjukvarukompon
APA, Harvard, Vancouver, ISO, and other styles
6

Almeida, Nuno José Coelho. "Ethernet-ZigBee gateway." Master's thesis, Universidade de Aveiro, 2013. http://hdl.handle.net/10773/12404.

Full text
Abstract:
Mestrado em Engenharia Electrónica e Telecomunicações<br>Telecommunications have been present in our daily lives for a long time. The emergence of the Internet has revolutionized the way of communicating, allowing the establishment of a global scale network. The state of the Internet has been evolving from the "Internet of people" to become the "Internet of things" or the "Internet of everything". The huge increase of "smart" devices, i.e. with processing and communication capabilities, memory and the ability of gathering information, has been the main cause of this paradigm shift. The referre
APA, Harvard, Vancouver, ISO, and other styles
7

Guerra, Carlos Humberto Martins Chagas. "Gateway SIP - Asterisk." Master's thesis, Universidade de Évora, 2012. http://hdl.handle.net/10174/15430.

Full text
Abstract:
Esta tese consiste num estudo realizado sobre a tecnologia VoIP (Voice over IP) com aplicação dentro da área dos PBX(Private Branch eXchange) e Gateways VoIP Open Source. Em primeiro lugar foram abordados os conceitos, requisitos e elementos associados a esta tecnologia bem como a sua interligação com outras tecnologias de comunicação como a PSTN (Public Switched Telephone Network) , ISDN (Integrated Services Digital Network) ou GSM (Groupe Special Mobile).Al ém disso, foi efectuado um estudo teórico e prático sobre o software Open Source Asterisk, tendo com objectivo explorar o seu modo de fu
APA, Harvard, Vancouver, ISO, and other styles
8

Atherton, Graeme. "Liverpool : gateway to learning." Thesis, University of Liverpool, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.250349.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Chang, Leo Shang-hua. "Multimedia teleconferencing control gateway." Thesis, Massachusetts Institute of Technology, 1995. http://hdl.handle.net/1721.1/36031.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Madden, James Jr (James Michael). "Randolph : Boston's gateway suburb." Thesis, Massachusetts Institute of Technology, 2010. http://hdl.handle.net/1721.1/59578.

Full text
Abstract:
Thesis (M.C.P.)--Massachusetts Institute of Technology, Dept. of Urban Studies and Planning, 2010.<br>This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.<br>Cataloged from student submitted PDF version of thesis.<br>Includes bibliographical references (p. 74-75).<br>In the last two decades, certain American suburbs have begun to struggle with issues traditionally thought of as urban problems and dealt with in city settings, such as failing schools, fragmented community, affordable housing, immigrant
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Gateley"

1

Borgestrand, Odd. Gateliv. WSG Norge, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Pohl, Frederik. Gateway. Futura, 1985.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Shinn, Sharon. Gateway. Viking, 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Shinn, Sharon. Gateway. Penguin USA, Inc., 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Robinson, Lee. Gateway. Houghton Mifflin Co., 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

America, Software Corporation of, ed. Gateway PC -- customization. Software Corp. of America, 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Strathclyde (Scotland). Department of Education. The Continuing Education Gateway. Strathclyde Regional Council Department of Education, 1991.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Giardino. Orient gateway. NBM Pub., 1997.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Mair, Alex. Gateway city. Fifth House, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Yamada, Kōun. Gateless gate. 2nd ed. University of Arizona Press, 1990.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Gateley"

1

Colhoun, O. "Gateway." In Lexikon der Medizinischen Laboratoriumsdiagnostik. Springer Berlin Heidelberg, 2018. http://dx.doi.org/10.1007/978-3-662-49054-9_1205-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Colhoun, O. "Gateway." In Springer Reference Medizin. Springer Berlin Heidelberg, 2019. http://dx.doi.org/10.1007/978-3-662-48986-4_1205.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Weik, Martin H. "gateway." In Computer Science and Communications Dictionary. Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_7888.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Rad, Reza. "Gateway." In Pro Power BI Architecture. Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-4015-1_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

"gateleg table." In The Fairchild Books Dictionary of Interior Design. Fairchild Books, 2021. http://dx.doi.org/10.5040/9781501365171.1772.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

"Semiotics of Organizational Leadership and Gateway Leadership Induction Technology (gatelit)." In The Great Ideas of Religion and Freedom. BRILL, 2021. http://dx.doi.org/10.1163/9789004468016_013.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

"gateway." In Dictionary Geotechnical Engineering/Wörterbuch GeoTechnik. Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-41714-6_70385.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

"gateway." In Dictionary Geotechnical Engineering/Wörterbuch GeoTechnik. Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-41714-6_70386.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Akhavan, Mina. "Gateway." In The New Arab Urban. NYU Press, 2019. http://dx.doi.org/10.18574/nyu/9781479880010.003.0008.

Full text
Abstract:
Dubai has evolved from fishing village into a transportation and logistics world hub with the largest man-made harbor in the world. From the Dubai base, DP World – as the overall operating company is now known – encompasses a total of 77 marine and inland terminals across the world. As a global operator, DP World now is third in world ranking for container throughput. Under the Dubai regimen, ports push inland to organize or reorganize urban territory at increasingly distant locations, utilizing rail, highway, and air facilities for intermodal logistics systems. The deliberate instituting of m
APA, Harvard, Vancouver, ISO, and other styles
10

"gateway." In The Undersea Network. Duke University Press, 2015. http://dx.doi.org/10.2307/j.ctv11smhj2.8.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Gateley"

1

Lehnhardt, Emma, Jon Olansen, Sean Fuller, et al. "Gateway Program Development Progress." In IAF Human Spaceflight Symposium, Held at the 75th International Astronautical Congress (IAC 2024). International Astronautical Federation (IAF), 2024. https://doi.org/10.52202/078364-0010.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Seo, Suk-Hyun, Jin-Ho Kim, Key Ho Kwon, Jae Wook Jeon, and SungHo Hwang. "Design of an Automotive Gateway for In-Vehicle Networks." In ASME 2009 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2009. http://dx.doi.org/10.1115/detc2009-86108.

Full text
Abstract:
This paper presents the requirements of an automotive gateway for in-vehicle networks. Modern vehicles include several heterogeneous networks such as LIN, CAN, FlexRay, and MOST. The gateway enables seamless communication between heterogeneous networks. The role of a gateway is not complex, but the gateway has the potential to damage the operation of other connected electronic control units and networks. In this paper, we analyze the requirements for the automotive gateway from the viewpoint of hard real-time embedded systems in automotive distributed control systems. We implement the gateway
APA, Harvard, Vancouver, ISO, and other styles
3

Locoche, Slim, Rémi Delage, Philippe Leblond, et al. "Cis-Lunar Transfer Vehicle: Mission Analysis for an ESA Transfer Vehicle to the Gateway." In ESA 12th International Conference on Guidance Navigation and Control and 9th International Conference on Astrodynamics Tools and Techniques. ESA, 2023. http://dx.doi.org/10.5270/esa-gnc-icatt-2023-051.

Full text
Abstract:
In 2018, the International Space Exploration Coordination Group proposed international agreements on space exploration: expand human presence into the Solar System, with the surface of Mars as a common driving goal and prepare for space exploration missions beginning with the ISS and continuing to the lunar vicinity, the lunar surface, then on to Mars. The development and deployment of a lunar orbital platform gateway concept, called the Gateway, has been proposed as an intermediate step towards deep space travel. The Gateway would be placed in a Near Rectilinear Halo Orbit (NRHO) which has be
APA, Harvard, Vancouver, ISO, and other styles
4

Lubell, Joshua. "The Application Protocol Information Base World Wide Web Gateway." In ASME 1997 Design Engineering Technical Conferences. American Society of Mechanical Engineers, 1997. http://dx.doi.org/10.1115/detc97/cie-4297.

Full text
Abstract:
Abstract The Application Protocol Information Base (APIB) is an on-line repository of documents for the Standard for the Exchange of Product model data (STEP, officially ISO 10303 — Product Data Representation and Exchange). Document types in the APIB include STEP Application Protocols and Integrated Resources. Application Protocols are standards that are intended to be implemented in software systems, and Integrated Resources are used by them as building blocks. Application Protocols and Integrated Resources are represented in the Standard Generalized Markup Language (SGML) in the APIB in ord
APA, Harvard, Vancouver, ISO, and other styles
5

Cowley, Bruce, Greg Scragg, and Doug Baldwin. "Gateway laboratories." In the twenty-fourth SIGCSE technical symposium. ACM Press, 1993. http://dx.doi.org/10.1145/169070.169394.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Rodrigues, Alcy Dias, Tales Wallace Souza, Ronne Ferreira Pires, et al. "Gateway conitel." In 21º Seminário de Automação e TI. Editora Blucher, 2017. http://dx.doi.org/10.5151/2237-0234-30895.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

MacKay, Bonnie. "The gateway." In CHI '03 extended abstracts. ACM Press, 2003. http://dx.doi.org/10.1145/765891.765928.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Campbell, Bradford, Branden Ghena, Ye-Sheng Kuo, and Prabal Dutta. "Swarm Gateway." In BuildSys '16: The 3rd ACM International Conference on Systems for Energy-Efficient Built Environments. ACM, 2016. http://dx.doi.org/10.1145/2993422.2996407.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ryan, Les M. "Breaking the Barriers: An Architecture for Multi-Host Access to Field Devices." In 1996 1st International Pipeline Conference. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/ipc1996-1909.

Full text
Abstract:
An overview of some of the many host applications that collect and use data from field devices such as RTUs, PLCs and flow computers is given and the need to provide multi-host access to these field devices is established. The challenges in providing multi-host access to field device networks is discussed as well as some of the current methods used. The concept of using a gateway to interface field device networks to wide area networks (WAN) is introduced with a brief discussion on the advantages of using TCP/IP for host to gateway transport. Several popular field device network protocols are
APA, Harvard, Vancouver, ISO, and other styles
10

Dwijaksara, Made Harta, Wha Sook Jeon, and Dong Geun Jeong. "Multihop Gateway-to-Gateway Communication Protocol for LoRa Networks." In 2019 IEEE International Conference on Industrial Technology (ICIT). IEEE, 2019. http://dx.doi.org/10.1109/icit.2019.8755136.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Gateley"

1

Deshpande, Alina. BSV Gateway Description. Office of Scientific and Technical Information (OSTI), 2015. http://dx.doi.org/10.2172/1177172.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Stageman, George, Demetrios Christodoulides, Paul Prucnell, Mote Segev, and Ken Squier. Solitonic Gateless Computing. Defense Technical Information Center, 2006. http://dx.doi.org/10.21236/ada447213.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Davin, J., J. D. Case, M. Fedor, and M. L. Schoffstall. Simple Gateway Monitoring Protocol. RFC Editor, 1987. http://dx.doi.org/10.17487/rfc1028.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Lougheed, K., and Y. Rekhter. Border Gateway Protocol (BGP). RFC Editor, 1989. http://dx.doi.org/10.17487/rfc1105.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Lougheed, K., and Y. Rekhter. Border Gateway Protocol (BGP). RFC Editor, 1990. http://dx.doi.org/10.17487/rfc1163.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Mankin, A., and K. Ramakrishnan. Gateway Congestion Control Survey. RFC Editor, 1991. http://dx.doi.org/10.17487/rfc1254.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Mindel, J., and R. Slaski. FTP-FTAM Gateway Specification. RFC Editor, 1993. http://dx.doi.org/10.17487/rfc1415.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Mimura, K., K. Yokoyama, T. Satoh, C. Kanaide, and C. Allocchio. Internet Fax Gateway Requirements. RFC Editor, 2005. http://dx.doi.org/10.17487/rfc4160.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Reid, Brian. The DECWRL Mail Gateway. Defense Technical Information Center, 1993. http://dx.doi.org/10.21236/ada376233.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

BOOZ-ALLEN AND HAMILTON INC BETHESDA MD. Multiprotocol Gateway SDL Description. Defense Technical Information Center, 1989. http://dx.doi.org/10.21236/ada227912.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!