Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rsharp-lang/home
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 6, 2024
2 parents 6929883 + 3ab4d0f commit 55c0e67
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 16 deletions.
8 changes: 7 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ ul.email li img {
.footer {
background: #00275b;
padding-top: 90px;
color:white;
color: white;
}

.logo_footer {
Expand Down Expand Up @@ -1006,4 +1006,10 @@ ul.social_icon li a:hover {

.logo-icon {
width: 72px;
}

.rsharp_name {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bolder;
color: #0e90ed;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 58 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@
<div class=" banner_main">
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
<div class="col-md-4">
<div class="bluid">
<h1><span
style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 160px;">R#</span>
<h1><span class="rsharp_name" style="font-size: 160px;">R#</span>
<br><span class="black">Programming Language</span>
</h1>
<p>Welcome,<br> <span
style="font-weight: bolder; color: #0e90ed; font-size: larger;font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">R#</span>
<p>Welcome,<br> <span class="rsharp_name" style="font-size: larger;">R#</span>
(/ˌɑːr ˈʃɑːrp/ ar SHARP) programming language is a kind of <a
href="https://www.r-project.org/">R</a> liked vectorized language
implements on .NET clr environment for the bioinformatics data analysis.</p>
Expand All @@ -85,8 +83,8 @@ <h1><span
</p>
</div>
</div>
<div class="col-md-7">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="col-md-8">
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="margin-left: 100px;">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
Expand All @@ -105,8 +103,46 @@ <h1><span
<div class="carousel-item">
<div class="container">
<div class="carousel-caption relative">
<div class="banner_img">
<figure><img src="assets/images/slider.png" alt="#" /></figure>
<div class="banner_img" style="background-color: transparent;
filter: blur(4px);
-webkit-filter: blur(4px);
background-image: url(assets/images/HR2MSI_mouse_urinary_bladder_S096_RGB.png);
background-repeat: no-repeat;">
<figure>

<pre style="text-align: left; z-index: 999;background-color: transparent;">
<code id="msi_demo_r">
require(MSImaging);
require(mzkit);
require(ggplot);

options(memory.load = "max");

bitmap(file = "./HR2MSI_mouse_urinary_bladder_S096_RGB.png", size = [3300, 2000]) {
# load mzpack/imzML raw data file
# and config ggplot data source driver
# as MSImaging data reader
ggplot(open.mzpack(system.file("data/HR2MSI mouse urinary bladder S096 - Figure1.cdf", package = "MSImaging")),
padding = "padding: 200px 600px 200px 250px;"
)
# rendering of rgb channels ion m/z
+ geom_red(mz = 743.5468, tolerance = "da:0.3")
+ geom_green(mz = 798.5414, tolerance = "da:0.3")
+ geom_blue(mz = 741.5303, tolerance = "da:0.3")
+ theme(panel.background = "black", panel.grid = element_blank())
+ geom_MSIfilters(
TrIQ_scale(0.999)
)
# add ggplot charting elements
+ ggtitle("HR2MSI mouse urinary bladder S096 - Figure1")
+ labs(x = "Dimension(X)", y = "Dimension(Y)")
+ scale_x_continuous(labels = "F0")
+ scale_y_continuous(labels = "F0")
;
}
</code></pre>

</figure>
</div>
</div>
</div>
Expand Down Expand Up @@ -141,13 +177,16 @@ <h1><span
<div class="row">
<div class="col-md-6 offset-md-6">
<div class="titlepage text_align_right">
<h2>About R#</h2>
<p>The R# language its syntax is original derived from the R language, but with more modernized
programming styles. The R# language its interpreter and .NET compiler is original writen in
<h2>About <span class="rsharp_name">R#</span></h2>
<p>The <span class="rsharp_name">R#</span> language its syntax is original derived from the R
language, but with more modernized
programming styles. The <span class="rsharp_name">R#</span> language its interpreter and .NET
compiler is original writen in
VisualBasic language, with native support for the .NET runtime.

<br />
The R# language is not designed for the general programming purpose, and it is totaly open source
The <span class="rsharp_name">R#</span> language is not designed for the general programming
purpose, and it is totaly open source
and freely available at anytime.
</p>
<a class="read_more" href="https://github.com/rsharp-lang/R-sharp">Source on Github</a>
Expand Down Expand Up @@ -178,7 +217,8 @@ <h2>About R#</h2>
</ul>

<div>
R# is power by <a href="https://github.com/xieguigang/sciBASIC">sciBASIC#</a>
<span class="rsharp_name">R#</span> is power by <a
href="https://github.com/xieguigang/sciBASIC">sciBASIC#</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -207,7 +247,10 @@ <h2>About R#</h2>
<script src="assets/js/R_syntax.js"></script>
<script src="assets/js/highlights.js"></script>

<script type="text/javascript"> r_highlights("hello_r"); </script>
<script type="text/javascript">
r_highlights("hello_r");
r_highlights("msi_demo_r");
</script>
</body>

</html>

0 comments on commit 55c0e67

Please sign in to comment.