Science topic
CSS - Science topic
Explore the latest questions and answers in CSS, and find CSS experts.
Questions related to CSS
Dear researchers,
I am a masters student and trying to implement/writing a code to simulate deformation of a FCC single crystal (in a finite strain rate-dependent setting). I am implementing my work in following steps.
Steps:
1. Defining the Sample Coordinate System (SCS), orientation of Crystal Coordinate System (CSS) using Euler Angles in Bunge convention.
2. Applying tensile stress in SCS on Z-axis.
3. Getting stress in CSS using rotation matrix
4. Calculating Resolved Shear Stress (RSS) on all 12 slip-systems, using Schmid Tensor
5. Calculating rate of slip for all 12 slip-systems using power law
now the crystal will rotate because of the slip, so how do I update the rotation_matix and how to calculate strain response of the crystal?
Please help me understand the concepts.
Best regards,
Ravi Varma
Hello,
Recently I am trying to scrape yahoo finance financial tables for my Ph.D. study. I am using R and rvest package but te I realized I cannot scrape all the data on the tables, because of the "expand all" and "collapse all" buttons. Then I found out it is possible to click those buttons with RSelenium.
The button is indicated as "<div class="expandPf Fz(s)...."
my code is;
```
webElem <- remDr$findElement(using = "class", ".expandPf")
```
but I am getting error. I tried to it with "CSS" as well but same error message.
Does anyone know how to fix it?
dear community, in order to describe a website architecture design (pages , order of pages, titles,..) I tried to apply web scraping , but till now I can't find a tutorial on how to get this type of data as mentioned below .
I have accessed the Detailed Canadian Soil Survey and the classification is different from those in SWAT, further the CSS doesnt contain many of the needed SWAT Input parameters such as ZMX, BD etc. Is there still a way that I could do it ? I understand that it would be manually intensive for a large basin but my project basin is pretty small at only 55 km2 .
Attached Excel file shows shows the categories within the detailed Canadian Soil Survey.
Hi.
I just wonder, why the charge-separated states (CSS) have higher energy level than charge transfer states while in the voltage loss diagrams the qVoc (which represents the free polarons or separated states) is placed lower in energy level than Ect? I thought CTS requires energy loss to make the electrons free, but why the energy level of CSS is higher than Ect?
Thank you.
I would like know what code can I use to create this lab.
hello everybody, I want to evaluate my method that is about privacy of social network using "UCINET IV Datasets" specially "KRACKHARDT OFFICE CSS". the problem is, there are 21 matrices in the dataset. each dataset describes the social network from a point of view of a person in the network. Is it correct to use just one of these matrices to evaluate a privacy method?
For example imagine I want to build a front end web framework like "bootstrap", so what are the design process to build this kind of frameworks?
Recently I read about software design based in patterns and component-driven (component based software engineering) are these concepts involved? or I'm just crazy :D ?
I have spent entirely too long trying to find the formal scoring method for the Criminal Sentiments Scale and identification of which questions comprise which subscales. Does anyone have a document explaining this or know where I can get one?
I want to make a navigation menu for website using CSS codes + HTML + JavaScript
can I use sql with php , javascript , css , html?
hello all,
I want to know what is the best corner detector ?
I read that harris is the best but i found some where that it exist an other method called CSS wich is better.
is it true and is there an other detector better ?
otherwise, i need an article as a reference about this.
Thank you
best regards
I need codes to open a small picture by click on it to open it in a new window using Java Script and HTML codes + CSS styles.
Sometimes, there are many rules for implementing a specific code of HTML. However, cascading decides which code should be implemented. Now my question is, how does cascading actually work here?
The Inherit method is considered very strong in this regard.
So,
1st.. it'll follow inline or Inherit from parents
2nd.. In page (Internal CSS) or Import
3rd.. External CSS
will it take the same sequence to follow?
I want to learn both CSS and Javascript but I am a little confused whether should I do CSS first or Javascript first.