functions

Multiverse Computing Launches Singularity ML Classification Function in IBM’s Qiskit Functions Catalog

DONOSTIA-SAN SEBASTIÁN, Spain, Nov. 13, 2024 — Multiverse Computing, a leading quantum AI software company, today announced the launch of Singularity Machine Learning – Classification within IBM’s recently launched Qiskit […]

The post Multiverse Computing Launches Singularity ML Classification Function in IBM’s Qiskit Functions Catalog appeared first on HPCwire.




functions

Finding gaps with analytic functions

articles: 

Finding gaps is classic problem in PL/SQL. The basic concept is that you have some sort of numbers (like these: 1, 2, 3, 5, 6, 8, 9, 10, 15, 20, 21, 22, 23, 25, 26), where there’s supposed to be a fixed interval between the entries, but some entries could be missing. The gaps problem involves identifying the ranges of missing values in the sequence. For these numbers, the solution will be as follows:
START_GAP END_GAP
4 4
7 7
11 14
16 19
24 24

First, run the following code, to create tab1 table:


CREATE TABLE tab1
(
col1 INTEGER
);

Then, insert a few rows:


INSERT INTO tab1 VALUES (1);
INSERT INTO tab1 VALUES (2);
INSERT INTO tab1 VALUES (3);
INSERT INTO tab1 VALUES (5);
INSERT INTO tab1 VALUES (6);
INSERT INTO tab1 VALUES (8);
INSERT INTO tab1 VALUES (9);
INSERT INTO tab1 VALUES (10);
INSERT INTO tab1 VALUES (15);
INSERT INTO tab1 VALUES (20);
INSERT INTO tab1 VALUES (21);
INSERT INTO tab1 VALUES (22);
INSERT INTO tab1 VALUES (23);
INSERT INTO tab1 VALUES (25);
INSERT INTO tab1 VALUES (26);

COMMIT;

With data, you can take care of solving the gaps problem…

One of the most efficient solutions to the gaps problem involves using analytic functions (also known as window functions)


WITH aa AS
(SELECT col1 AS cur_value, LEAD (col1) OVER (ORDER BY col1) AS next_value
FROM tab1)
SELECT cur_value + 1 AS start_gap, next_value - 1 AS end_gap
FROM aa
WHERE next_value - cur_value > 1
ORDER BY start_gap

Using the LEAD function, you can return for each current col1 value (call it cur_value) the next value in the sequence (call it next_value). Then you can filter only pairs where the difference between the two is greater than the one.




functions

AGRESSO SQL Functions Reference 2.0

AGRESSO SQL Functions Reference 2.0 released. This freeware reference provides a list of the functions available in AGRESSO SQL, their meanings and syntax. Version 2.0 contains many new entries; built-in hyperlinks allow easy navigation between entries.




functions

Cheap Computer Guide - CD Drives - What are their functions?

Information regarding cd drives and guide to selecting the right one to suit your requirements.




functions

Computer Memory and its functions - Page 1

Information on the evolution and selection of computer memory.




functions

Computer Memory and its functions - Page 2

Information on the evolution and selection of computer memory.




functions

MultiChoice to upgrade DStv Stream's rewind and PVR functions

(Telecompaper) MultiChoice says it will update its DStv Stream platform by letting viewers rewind live television channels by up to 24 hours and improving Watch from Start functionality and Cloud PVR Recordings, which it introduced on 12 November. The Cloud PVR Recording feature lets customers record live shows for viewing or re-watching within 30 days...




functions

Collective Creativity and Brokerage Functions in Heavily Cross-Disciplined Innovation Processes




functions

A Systematic Literature Review of Business Intelligence Framework for Tourism Organizations: Functions and Issues

Aim/Purpose: The main goal of this systematic literature review was to look for studies that provide information relevant to business intelligence’s (BI) framework development and implementation in the tourism sector. This paper tries to classify the tourism sectors where BI is implemented, group various BI functionalities, and identify common problems encountered by previous research. Background: There has been an increased need for BI implementation to support decision-making in the tourism sector. Tourism stakeholders such as management of destination, accommodation, transportation, and public administration need a guideline to understand functional requirements before implementation. This paper addresses the problem by comprehensively reviewing the functionalities and issues that need to be considered based on previous business intelligence framework development and implementation in tourism sectors. Methodology: We have conducted a systematic literature review using the Preferred Reporting Items for Systematic Reviews and Guidelines for Meta-Analysis (PRISMA) method. The search is conducted using online academic database platforms, resulting in 543 initial articles published from 2002 to 2022. Contribution: The paper could be of interest to relevant stakeholders in the tourism industry because it provides an overview of the capabilities and limitations of business intelligence for tourism. To our knowledge, this is the first study to identify and classify the BI functionalities needed for tourism sectors and implementation issues related to organizations, people, and technologies that need to be considered. Findings: BI functionalities identified in this study include basic functions such as data analysis, reports, dashboards, data visualization, performance metrics, and key performance indicator, and advanced functions such as predictive analytics, trend indicators, strategic planning tools, profitability analysis, benchmarking, budgeting, and forecasting. When implementing BI, the issues that need to be considered include organizational, people and process, and technological issues. Recommendations for Practitioners: As data is a major issue in BI implementation, tourism stakeholders, especially in developing countries, may need to build a tourism data center or centralized coordination regulated by the government. They can implement basic functions first before implementing more advanced features later. Recommendation for Researchers: We recommend further studying the BI implementation barriers by employing a perspective of an adoption framework such as the technology, organization, and environment (TOE) framework. Impact on Society: This research has a potential impact on improving the tourism industry’s performance by providing insight to stakeholders about what is needed to help them make more accurate decisions using business intelligence. Future Research: Future research may involve collaboration between practitioners and academics in developing various BI architectures specific to each tourism industry, such as destination management, hospitality, or transportation.




functions

Former shift workers may need 5 years to ‘recover brain functions,’ researchers say

Uppsala, Sweden – A study of current and former shift workers shows that shift work may contribute to cognitive difficulties that take years to recover from, according to researchers at Uppsala University and Malmö University.




functions

Refinement of X-ray and electron diffraction crystal structures using analytical Fourier transforms of Slater-type atomic wavefunctions in Olex2

An implementation of Slater-type spherical scattering factors for X-ray and electron diffraction for elements in the range Z = 1–103 is presented within the software Olex2. Both high- and low-angle Fourier behaviour of atomic electron density and electrostatic potential can thus be addressed, in contrast to the limited flexibility of the four Gaussian plus constant descriptions which are currently the most widely used method for calculating atomic scattering factors during refinement. The implementation presented here accommodates the increasing complexity of the electronic structure of heavier elements by using complete atomic wavefunctions without any interpolation between precalculated tables or intermediate fitting functions. Atomic wavefunctions for singly charged ions are implemented and made accessible, and these show drastic changes in electron diffraction scattering factors compared with the neutral atom. A comparison between the two different spherical models of neutral atoms is presented as an example for four different kinds of X-ray and two electron diffraction structures, and comparisons of refinement results using the existing diffraction data are discussed. A systematic but slight improvement in R values and residual densities can be observed when using the new scattering factors, and this is discussed relative to effects on the atomic displacement parameters and atomic positions, which are prominent near the heavier elements in a structure.




functions

On the analysis of two-time correlation functions: equilibrium versus non-equilibrium systems

X-ray photon correlation spectroscopy (XPCS) is a powerful tool for the investigation of dynamics covering a broad range of timescales and length scales. The two-time correlation function (TTC) is commonly used to track non-equilibrium dynamical evolution in XPCS measurements, with subsequent extraction of one-time correlations. While the theoretical foundation for the quantitative analysis of TTCs is primarily established for equilibrium systems, where key parameters such as the diffusion coefficient remain constant, non-equilibrium systems pose a unique challenge. In such systems, different projections (`cuts') of the TTC may lead to divergent results if the underlying fundamental parameters themselves are subject to temporal variations. This article explores widely used approaches for TTC calculations and common methods for extracting relevant information from correlation functions, particularly in the light of comparing dynamics in equilibrium and non-equilibrium systems.




functions

Determining pair distribution functions of thin films using laboratory-based X-ray sources

This article demonstrates the feasibility of obtaining accurate pair distribution functions of thin amorphous films down to 80 nm, using modern laboratory-based X-ray sources. The pair distribution functions are obtained using a single diffraction scan without the requirement of additional scans of the substrate or of the air. By using a crystalline substrate combined with an oblique scattering geometry, most of the Bragg scattering of the substrate is avoided, rendering the substrate Compton scattering the primary contribution. By utilizing a discriminating energy filter, available in the latest generation of modern detectors, it is demonstrated that the Compton intensity can further be reduced to negligible levels at higher wavevector values. Scattering from the sample holder and the air is minimized by the systematic selection of pixels in the detector image based on the projected detection footprint of the sample and the use of a 3D-printed sample holder. Finally, X-ray optical effects in the absorption factors and the ratios between the Compton intensity of the substrate and film are taken into account by using a theoretical tool that simulates the electric field inside the film and the substrate, which aids in planning both the sample design and the measurement protocol.




functions

Coordinate-based simulation of pair distance distribution functions for small and large molecular assemblies: implementation and applications

X-ray scattering has become a major tool in the structural characterization of nanoscale materials. Thanks to the widely available experimental and computational atomic models, coordinate-based X-ray scattering simulation has played a crucial role in data interpretation in the past two decades. However, simulation of real-space pair distance distribution functions (PDDFs) from small- and wide-angle X-ray scattering, SAXS/WAXS, has been relatively less exploited. This study presents a comparison of PDDF simulation methods, which are applied to molecular structures that range in size from β-cyclo­dextrin [1 kDa molecular weight (MW), 66 non-hydrogen atoms] to the satellite tobacco mosaic virus capsid (1.1 MDa MW, 81 960 non-hydrogen atoms). The results demonstrate the power of interpretation of experimental SAXS/WAXS from the real-space view, particularly by providing a more intuitive method for understanding of partial structure contributions. Furthermore, the computational efficiency of PDDF simulation algorithms makes them attractive as approaches for the analysis of large nanoscale materials and biological assemblies. The simulation methods demonstrated in this article have been implemented in stand-alone software, SolX 3.0, which is available to download from https://12idb.xray.aps.anl.gov/solx.html.




functions

Statistical visualization functions and “Open in MATLAB Online”

Jiro's Pick this week is dabarplot, daviolinplot, daboxplot by Povilas Karvelis.Today, I'd like to highlight a couple of things in this post.Statistical visualization functions"Open in MATLAB Online"... read more >>




functions

Commonly used PHP functions

PHP has very large library of built in functions which are available to use. Here in this post, I have collected some important php functions which will surely works for you.

View and Vote




functions

Viral Protein Shapes Linked to Immune-evading Functions

Viruses are invading pathogens that infect host cells and rapidly replicate throughout the body. They carry a small piece of genetic material such as DNA o




functions

Viral Protein Shapes Linked to Immune-evading Functions

Viruses are invading pathogens that infect host cells and rapidly replicate throughout the body. They carry a small piece of genetic material such as DNA o




functions

ETSI releases cybersecurity specification to secure sensitive functions in a virtualized environment

ETSI releases cybersecurity specification to secure sensitive functions in a virtualized environment

Sophia Antipolis, 6 February 2019

The ETSI Technical Committee on Cybersecurity (TC CYBER) has just released ETSI TS 103 457, that tackles the challenge of secure storage - where organizations want to protect customer data whilst still using a cloud that is not under their direct control.

Read More...




functions

ETSI NFV Releases Architecture Enhancements to Support Cloud-Native Network Functions

Sophia Antipolis, 26 January 2023

The ETSI Industry Specification Group for Network Functions Virtualization (ISG NFV) has just published its next drop of specifications around new enhancements of the NFV architecture that will support cloud-native network functions.

Read More...




functions

AP Psychology class learns brain functions while playing Pokemon

Exciting learning at Forest Hills Eastern High School! Our amazing AP Psychology teacher, Mr. Cameron Wysocki, has taken education to the next level by merging science and creativity! Students are learning about different parts of the brain by designing their own Pokémon characters and cards. After crafting their creations, they went head-to-head in a Pokémon […]

The post AP Psychology class learns brain functions while playing Pokemon appeared first on Forest Hills Public Schools.



  • FHPS District News

functions

Dec 8 - Classroom Activity Types and Their Relationship to Cognitive Discourse Functions

Kobe JALT (Kobe Chapter of the Japan Association for Language Teaching). December 8 (Sun), 14:00-15:30 in Kobe, Hyogo. Stephen McNamara (Kwansei Gakuin University).




functions

Human Medicines (Amendments Relating to Naloxone and Transfers of Functions) Regulations 2024: Department of Health

Room 29, Parliament Buildings



  • Committee for Health

functions

[ N.55 (03/93) ] - Organization, responsibilities and functions of control and sub-control international television centres and control and sub-control stations for international television connections, links, circuits and circuit sections

Organization, responsibilities and functions of control and sub-control international television centres and control and sub-control stations for international television connections, links, circuits and circuit sections




functions

[ N.55 (11/88) ] - Organization, responsibilities and functions of control and sub-control ITCs and control and sub-control stations for international television connections, links, circuits and circuit sections

Organization, responsibilities and functions of control and sub-control ITCs and control and sub-control stations for international television connections, links, circuits and circuit sections




functions

[ Y.4562 (12/21) ] - Functions and metadata of spatiotemporal information service for smart cities

Functions and metadata of spatiotemporal information service for smart cities




functions

JSTP-IBBDTV - Integrated broadcast-broadband digital TV application cooperated with server for functional extension including functions of digital TV reception and processing

JSTP-IBBDTV - Integrated broadcast-broadband digital TV application cooperated with server for functional extension including functions of digital TV reception and processing




functions

GSTP-HNAFS - Architecture, functions, and services of home network

GSTP-HNAFS - Architecture, functions, and services of home network




functions

Top 5 Back-Office Functions That Should Be Automated

By Jefferson Frank, freelance writer.

Running a business requires you to take care of multiple tasks every single day. From managing customer orders to tracking financial transactions, there are endless jobs that demand your attention. It's no secret that many companies struggle with managing all of these functions efficiently, especially back-office operations, which are the backbone of any organisation, but they are often time-consuming, manual, and error-prone.




functions

Linear circuit transfer functions : an introduction to fast analytical techniques

Location: Electronic Resource- 




functions

Working with Excel Functions

Are you curious to learn more about Excel? Interested in refining your Excel skills? Wondering if you can use it more effectively? Join us for this introduction to Excel functions workshop. We will discuss using Excel functions, as well as working with text and dates. No previous knowledge required.







functions

Recent Progress in Special Functions

Galina Filipuk, editor. American Mathematical Society, 2024, CONM, volume 807, approx. 242 pp. ISBN: 978-1-4704-7429-4 (print), 978-1-4704-7722-6 (online).

This volume contains a collection of papers that focus on recent research in the broad field of special functions.

The articles cover topics...







functions

Quantitative phosphoproteomic analysis reveals involvement of PD-1 in multiple T cell functions [Signal Transduction]

Programmed cell death protein 1 (PD-1) is a critical inhibitory receptor that limits excessive T cell responses. Cancer cells have evolved to evade these immunoregulatory mechanisms by upregulating PD-1 ligands and preventing T cell–mediated anti-tumor responses. Consequently, therapeutic blockade of PD-1 enhances T cell–mediated anti-tumor immunity, but many patients do not respond and a significant proportion develop inflammatory toxicities. To improve anti-cancer therapy, it is critical to reveal the mechanisms by which PD-1 regulates T cell responses. We performed global quantitative phosphoproteomic interrogation of PD-1 signaling in T cells. By complementing our analysis with functional validation assays, we show that PD-1 targets tyrosine phosphosites that mediate proximal T cell receptor signaling, cytoskeletal organization, and immune synapse formation. PD-1 ligation also led to differential phosphorylation of serine and threonine sites within proteins regulating T cell activation, gene expression, and protein translation. In silico predictions revealed that kinase/substrate relationships engaged downstream of PD-1 ligation. These insights uncover the phosphoproteomic landscape of PD-1–triggered pathways and reveal novel PD-1 substrates that modulate diverse T cell functions and may serve as future therapeutic targets. These data are a useful resource in the design of future PD-1–targeting therapeutic approaches.




functions

Functions of Gle1 are governed by two distinct modes of self-association [Gene Regulation]

Gle1 is a conserved, essential regulator of DEAD-box RNA helicases, with critical roles defined in mRNA export, translation initiation, translation termination, and stress granule formation. Mechanisms that specify which, where, and when DDXs are targeted by Gle1 are critical to understand. In addition to roles for stress-induced phosphorylation and inositol hexakisphosphate binding in specifying Gle1 function, Gle1 oligomerizes via its N-terminal domain in a phosphorylation-dependent manner. However, a thorough analysis of the role for Gle1 self-association is lacking. Here, we find that Gle1 self-association is driven by two distinct regions: a coiled-coil domain and a novel 10-amino acid aggregation-prone region, both of which are necessary for proper Gle1 oligomerization. By exogenous expression in HeLa cells, we tested the function of a series of mutations that impact the oligomerization domains of the Gle1A and Gle1B isoforms. Gle1 oligomerization is necessary for many, but not all aspects of Gle1A and Gle1B function, and the requirements for each interaction domain differ. Whereas the coiled-coil domain and aggregation-prone region additively contribute to competent mRNA export and stress granule formation, both self-association domains are independently required for regulation of translation under cellular stress. In contrast, Gle1 self-association is dispensable for phosphorylation and nonstressed translation initiation. Collectively, we reveal self-association functions as an additional mode of Gle1 regulation to ensure proper mRNA export and translation. This work also provides further insight into the mechanisms underlying human gle1 disease mutants found in prenatally lethal forms of arthrogryposis.




functions

Cognitive-Affective Functions of the Cerebellum

Stephanie Rudolph
Nov 8, 2023; 43:7554-7564
Symposium and Mini-Symposium




functions

Understand the PUT and INPUT functions in SAS

In SAS, the INPUT and PUT functions are powerful functions that enable you to convert data from character type to numeric type and vice versa. They work by applying SAS formats or informats to data. You cannot fully understand the INPUT and PUT functions without understanding formats and informats in [...]

The post Understand the PUT and INPUT functions in SAS appeared first on The DO Loop.




functions

Run-time variations of the INPUT and PUT functions in SAS

The INPUT function and PUT function in SAS are used to apply informats and formats (respectively) to data. For both functions, you must know in advance which informat or format you want to apply. For brevity, let's consider only applying a format. To use the PUT function, you must know [...]

The post Run-time variations of the INPUT and PUT functions in SAS appeared first on The DO Loop.




functions

ask some functions that we don't know if it exists

We have a big circuit having 12K gates totally and trying to show it in one page slide visually. But it is so hard for us to shrink it down from gate-level to module-level. Do you have any function like these:

  • Toggle wires on and off
  • “Right click” elements and group them into black boxes
  • Quickly left or right align elements to clean up pictures




functions

Improved functions for nonlinear sequence comparison using SEEKR [ARTICLE]

SEquence Evaluation through k-mer Representation (SEEKR) is a method of sequence comparison that uses sequence substrings called k-mers to quantify the nonlinear similarity between nucleic acid species. We describe the development of new functions within SEEKR that enable end-users to estimate P-values that ascribe statistical significance to SEEKR-derived similarities, as well as visualize different aspects of k-mer similarity. We apply the new functions to identify chromatin-enriched lncRNAs that contain XIST-like sequence features, and we demonstrate the utility of applying SEEKR on lncRNA fragments to identify potential RNA-protein interaction domains. We also highlight ways in which SEEKR can be applied to augment studies of lncRNA conservation, and we outline the best practice of visualizing RNA-seq read density to evaluate support for lncRNA annotations before their in-depth study in cell types of interest.




functions

SAS Samples62362: Estimate and test differences, ratios, contrasts, or other functions of means in generalized linear models




functions

Fast and accurate nonadiabatic molecular dynamics enabled through variational interpolation of correlated electron wavefunctions

Faraday Discuss., 2024, 254,542-569
DOI: 10.1039/D4FD00062E, Paper
Open Access
  This article is licensed under a Creative Commons Attribution 3.0 Unported Licence.
Kemal Atalar, Yannic Rath, Rachel Crespo-Otero, George H. Booth
Efficient multi-state interpolation of many-body wavefunctions enables rigorous nonadiabatic molecular dynamics with analytical forces and nonadiabatic coupling vectors.
The content of this RSS Feed (c) The Royal Society of Chemistry




functions

How do ecosystem service functions affect ecological health? Evidence from the Yangtze River Economic Belt in China

Environ. Sci.: Processes Impacts, 2024, Advance Article
DOI: 10.1039/D4EM00296B, Paper
Wei Wang, Jun Yang, Guishan Yang, Chao Wu, Jie Yu
Ecosystem services serve as a bridge between social and economic impacts and ecological health.
To cite this article before page numbers are assigned, use the DOI form of citation above.
The content of this RSS Feed (c) The Royal Society of Chemistry




functions

Reuse and renovation in Roman material culture : functions, aesthetics, interpretations [Electronic book] / edited by Diana Y. Ng, Molly Swetnam-Burland.

Cambridge : Cambridge University Press, 2018.




functions

Permutation Symmetry in Spin Adapted Many-Body Wave Functions

Faraday Discuss., 2024, Accepted Manuscript
DOI: 10.1039/D4FD00061G, Paper
Open Access
  This article is licensed under a Creative Commons Attribution 3.0 Unported Licence.
Maru Song, Ali Alavi, Giovanni Li Manni
In the domain of exchange-coupled PNTM clusters, local emergent symmetries exist which can be exploited to greatly increase the sparsity of the CI eigensolutions of such systems. Sparsity of the...
The content of this RSS Feed (c) The Royal Society of Chemistry