Your browser does not fully support modern features. Please upgrade for a smoother experience.
Subject:
All Disciplines Arts & Humanities Biology & Life Sciences Business & Economics Chemistry & Materials Science Computer Science & Mathematics Engineering Environmental & Earth Sciences Medicine & Pharmacology Physical Sciences Public Health & Healthcare Social Sciences
Sort by:
Most Viewed Latest Alphabetical (A-Z) Alphabetical (Z-A)
Filter:
All Topic Review Biography Peer Reviewed Entry Video Entry
Topic Review
Evaluation Criteria for Tools Supporting Remote Work
The pandemic period has made remote work a reality in many organizations. Despite the possible negative aspects of this form of work, many employers and employees appreciate its flexibility and effectiveness. Therefore, employers are looking for the most optimal tools to support this form of work. However, this may be difficult due to their complexity, different functionality, or different conditions of the company’s operations. Decisions on the choice of a given solution are usually made in a group of decision makers. Often their subjective assessments differ from each other, making it even more difficult to make a decision. 
  • 816
  • 06 Jul 2023
Topic Review
Cross-Layer Methods for Ad Hoc Networks
The Open systems interconnection (OSI)model used to be a common network model for years. In the case of ad hoc networks with dynamic topology and difficult radio communications conditions, gradual departure is happening from the classical kind of OSI network model with a clear delineation of layers (physical, channel, network, transport, application) to the cross-layer approach. The layers of the network model in ad hoc networks strongly influence each other. Thus, the cross-layer approach can improve the performance of an ad hoc network by jointly developing protocols using interaction and collaborative optimization of multiple layers. The existing cross-layer methods classification is too complicated because it is based on the whole manifold of network model layer combinations, regardless of their importance.
  • 811
  • 29 Jan 2024
Topic Review
Natural-language Generation
Natural-language generation (NLG) is a software process that produces natural language output. While it is widely agreed that the output of any NLG process is text, there is some disagreement on whether the inputs of an NLG system need to be non-linguistic. Common applications of NLG methods include the production of various reports, for example weather and patient reports; image captions; and chatbots. Automated NLG can be compared to the process humans use when they turn ideas into writing or speech. Psycholinguists prefer the term language production for this process, which can also be described in mathematical terms, or modeled in a computer for psychological research. NLG systems can also be compared to translators of artificial computer languages, such as decompilers or transpilers, which also produce human-readable code generated from an intermediate representation. Human languages tend to be considerably more complex and allow for much more ambiguity and variety of expression than programming languages, which makes NLG more challenging. NLG may be viewed as complementary to natural-language understanding (NLU): whereas in natural-language understanding, the system needs to disambiguate the input sentence to produce the machine representation language, in NLG the system needs to make decisions about how to put a representation into words. The practical considerations in building NLU vs. NLG systems are not symmetrical. NLU needs to deal with ambiguous or erroneous user input, whereas the ideas the system wants to express through NLG are generally known precisely. NLG needs to choose a specific, self-consistent textual representation from many potential representations, whereas NLU generally tries to produce a single, normalized representation of the idea expressed. NLG has existed since ELIZA was developed in the mid 1960s, but the methods were first used commercially in the 1990s. NLG techniques range from simple template-based systems like a mail merge that generates form letters, to systems that have a complex understanding of human grammar. NLG can also be accomplished by training a statistical model using machine learning, typically on a large corpus of human-written texts.
  • 809
  • 07 Nov 2022
Topic Review
Threat Challenges on RFID Based NFC Applications
The IoT involves Radio Frequency Identification (RFID) as a part of the infrastructure that helps with the data gathering from different types of sensors. In general, security worries have increased significantly as these types of technologies have become more common.
  • 807
  • 01 Nov 2023
Topic Review
Development of a Smart Signalization for Emergency Vehicles
As the population increases, the number of motorized vehicles on the roads also increases. As the number of vehicles increases, traffic congestion occurs. Traffic lights are used at road junctions, intersections, pedestrian crossings, and other places where traffic needs to be controlled to avoid traffic chaos. Due to traffic lights installed in the city, queues of vehicles are formed on the streets for most of the day, and many problems arise because of this. One of the most important problems is that emergency vehicles, such as ambulances, fire engines, police cars, etc., cannot arrive on time despite traffic priorities. Emergency vehicles such as hospitals and police departments need to reach the scene in a very short time. Time loss is a problem that needs to be addressed, especially for emergency vehicles traveling in traffic.
  • 805
  • 26 May 2023
Topic Review
Commerce Transaction Requests Encryption
The proliferation of wireless communication networks, credit cards, smartphones, and the continuous growth of e-commerce have led to increased product sales and delivery. E-commerce involves a complex system comprising various elements, including the Internet, online shopping websites, servers, payment methods, product delivery, and customers. However, the transactional information in e-commerce faces potential breaches and threats, emphasizing the need to protect data privacy. To ensure information security, researchers propose a high-performance and secure protocol.
  • 802
  • 14 Aug 2023
Topic Review
Augmented Reality-Artificial Intelligence Tools in Manufacturing
An important research area in the field of Industry 4.0 is to find a user-interface that is as convenient and intuitive to use as possible to ensure optimal human–machine interaction. Augmented Reality (AR) together with Advanced Image Recognition, powered by Artificial Intelligence (AI) seem to be a set of technologies supportive in this topic. Apart from user friendly interface, AR-AI tools are proved to provide time savings in manufacturing tasks, while simplifying the job at the same time, enabling inexperienced, unskilled, or less skilled employees to perform the work in the selected manual production processes.
  • 799
  • 24 Jun 2022
Topic Review
Quality-of-Service-Linked Privileged Content-Caching Mechanism for Named Data Networks
The domain of information-centric networking (ICN) is expanding as more devices are becoming a part of connected technologies. New methods for serving content from a producer to a consumer are being explored, and Named Data Networking (NDN) is one of them. The NDN protocol routes the content from a producer to a consumer in a network using content names, instead of IP addresses. This facility, combined with content caching, efficiently serves content for very large networks consisting of a hybrid and ad hoc topology with both wired and wireless media.
  • 798
  • 06 Jun 2022
Topic Review
TUTOR (Programming Language)
TUTOR (also known as PLATO Author Language) is a programming language developed for use on the PLATO system at the University of Illinois at Urbana-Champaign around 1965. TUTOR was initially designed by Paul Tenczar for use in computer assisted instruction (CAI) and computer managed instruction (CMI) (in computer programs called "lessons") and has many features for that purpose. For example, TUTOR has powerful answer-parsing and answer-judging commands, graphics, and features to simplify handling student records and statistics by instructors. TUTOR's flexibility, in combination with PLATO's computational power (running on what was considered a supercomputer in 1972), also made it suitable for the creation of many non-educational lessons—that is, games—including flight simulators, war games, dungeon style multiplayer role-playing games, card games, word games, and medical lesson games such as Bugs and Drugs (BND).
  • 796
  • 03 Nov 2022
Topic Review
Athlos: A Framework for Developing Scalable MMOG Backends
The development of resource-intensive, distributed, real-time applications like Massively Multiplayer Online Game (MMOG) backends entails a variety of challenges, some of which have been extensively studied. Despite some advancements, the development and deployment of MMOG backends on commodity clouds and high-level computing layers continues to face several obstacles, including a non-standardized development methodology, lack of provisions for scalability, and the need for abstractions and tools to support the development process. In this paper, we describe a set of models, methods, and tools for developing scalable MMOG backends and hosting them on commodity cloud platforms. We present Athlos, a framework that allows game developers to leverage our methodology to rapidly prototype MMOG backends that can run on any type of cloud environment. We evaluate this framework by conducting simulations based on several case-study MMOGs to benchmark its performance and scalability, and compare the development effort needed, and quality of the code produced with other approaches. We find that MMOGs developed using this framework: (a) can support a very high number of simultaneous players under a given latency threshold, (b) elastically scale both in terms of runtime and state, and (c) significantly reduce the amount of effort required to develop them. Coupled with the advantages of high-level computing layers such as Platform, Backend, and Function-as-a-Service, we argue that our framework accelerates the development of high-performance, scalable MMOGs, that leverage the resources of commodity cloud platforms.
  • 792
  • 25 Mar 2022
Topic Review
IIoT and Privacy-Preserving Architectures
Unlike traditional industrial systems that operate in isolation or with limited connectivity, IIoT systems enable seamless communication between devices and systems, both within a single industrial facility and across multiple sites or locations. This interconnectedness allows for the exchange of data and information, facilitating the integration of operational technology (OT) with information technology (IT) systems.
  • 792
  • 08 Aug 2023
Topic Review
User-Based Testing with Users with Disabilities
Human-centered design (HCD) “is an approach to interactive systems development that aims to make systems usable and useful by focusing on the users, their needs and requirements, and by applying human factors/ergonomics, and usability knowledge and techniques“. Developing usable and accessible solutions demands conducting usability testing, also called user-based testing, in which users perform real tasks with a prototype or a real system, usually using one or more specific User Interfaces (UIs). A comprehensive understanding of the challenges users face when using solutions, especially when developing accessible solutions, requires including real users with disabilities in user-based testing. An inclusive HCD approach enables the detection and addressing of real problems and barriers experienced by users with disabilities, ultimately improving usability and accessibility based on their valuable feedback. Involving users with disabilities in user-based testing, on the other hand, requires adequate planning and execution of testing considering the different capabilities and limitations of users with disabilities.
  • 790
  • 06 Jul 2023
Topic Review
Track Warrant
Track warrants are systematized permissions used on some railroad lines to authorize a train's use of the main line. Dispatchers issue these permissions to train crews instead of using signals. The crews receive track warrants by radio, phone, or electronic transmission from a dispatcher.
  • 789
  • 29 Nov 2022
Topic Review
X-ray Images for Cargo Inspection of Nuclear Items
As part of establishing a management system to prevent the illegal transfer of nuclear items, automatic nuclear item detection technology is required during customs clearance. Multiple item insertions to respond to actual X-ray cargo inspection situations and the resulting occlusion expressions significantly affect the performance of the segmentation models.
  • 789
  • 15 Sep 2023
Topic Review
A Proactive Protection by Computational Intelligence Methods
A combination of computational intelligence methods: identifying anomalies in network traffic by evaluating its self-similarity, detecting and classifying cyberattacks in anomalies, and taking effective protection measures using Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) cells.
  • 788
  • 25 Oct 2022
Topic Review
OpenJ9
Eclipse OpenJ9 (previously known as IBM J9) is a high performance, scalable, Java virtual machine (JVM) implementation that is fully compliant with the Java Virtual Machine Specification. OpenJ9 can be built from source, or can be used with prebuilt binaries available at the AdoptOpenJDK project for a number of platforms including Linux and Windows. OpenJ9 is also a core component of the IBM developer kit, which is embedded in many IBM middleware products, including WebSphere Application Server and Websphere Liberty. OpenJ9 is also a component of Open Liberty. Extensive configuration options ensure that the JVM can be tuned to satisfy the requirements of a wide range of Java applications, from complex enterprise applications that run on mainframe hardware to short-lived applications that run on container-based cloud services.
  • 788
  • 29 Nov 2022
Topic Review
Cybersecurity in the Maritime Sector
Global maritime sector is increasingly reliant on digitalisation, operational integration, and automation. Leading shipbuilders and operators seek to innovate by utilizing cutting-edge technologies and systems that go beyond traditional designs to create ships with advanced remote control, communication, and connectivity capabilities. Those capabilities are tested through various autonomous vessel projects.
  • 782
  • 25 Mar 2022
Topic Review
Lexibank
Lexibank is a linguistics database managed by the Max Planck Institute for Evolutionary Anthropology in Leipzig, Germany. The database consists of over 100 standardized wordlists (datasets) that are independently curated.
  • 778
  • 16 Nov 2022
Topic Review
Blockchain-Based Federated Learning System in UAV-MEC Networks
The widespread use of UAVs in smart cities for tasks like traffic monitoring and environmental data collection creates significant privacy and security concerns due to the transmission of sensitive data. Traditional UAV-MEC systems with centralized data processing expose this data to risks like breaches and manipulation, potentially hindering the adoption of these valuable technologies. UBFL, is a novel privacy-preserving federated learning mechanism that integrates blockchain technology for secure and efficient data sharing. Unlike traditional methods relying on differential privacy (DP), UBFL employs an adaptive nonlinear encryption function to safeguard the privacy of UAV model updates while maintaining data integrity and accuracy. 
  • 777
  • 07 Mar 2024
Topic Review
Blockchain for Pharmaceutical Distribution System of Counterfeiting Drugs
Counterfeiting drugs has been a global concern for years. Considering the lack of transparency within the current pharmaceutical distribution system, research has shown that blockchain technology is a promising solution for an improved supply chain system. A solution is proposed to provide a transparent flow of medicine between entities within the distribution system. Entities such as hospitals, pharmacies, and government bodies can trace their products back to the manufacturer to ensure the integrity and avoid counterfeit drugs and improve public health using a trust-based reputation decentralized system.
  • 772
  • 14 Apr 2022
  • Page
  • of
  • 25
Academic Video Service

Quick Survey

Encyclopedia MDPI is conducting a targeted survey to identify the specific barriers hindering efficient research. We invite you to spend 3 minutes defining the priorities for our next generation of structured knowledge tools.
Take Survey