Пятница, 26 Апреля 2024, 06:10

Приветствую Вас Гость

[ Новые сообщения · Игроделы · Правила · Поиск ]
  • Страница 1 из 1
  • 1
Форум игроделов » Записи участника » Slant-shadow [8]
Результаты поиска
Slant-shadowДата: Суббота, 02 Февраля 2019, 19:57 | Сообщение # 1 | Тема: Собрать системный блок до 70к
был не раз
Сейчас нет на сайте
Всем привет. Помогите собрать системный блок: без видеокарты и монитора, 32 Gb оперативной памяти, 2-3 Tb жесткий диск HDD, 256 Gb жесткий диск SSD, с
бюджетом до 70 000.
1) Домашнее использование, игры не планируются
2) Москва, магазин Регард
Slant-shadowДата: Пятница, 01 Июня 2018, 01:21 | Сообщение # 2 | Тема: Картинка накладывается на текст
был не раз
Сейчас нет на сайте
Цитата drcrack ()
я не совсем понимаю что именно тебе надо)

Картинка наложилась на текст в столбце, хотел сделать так, чтобы этот текст шел под картинкой

Добавлено (01 Июня 2018, 01:21)
---------------------------------------------
Получилось заменив fixed на relative, хотя свойство position можно вообще убрать как оказалось

Slant-shadowДата: Среда, 30 Мая 2018, 01:28 | Сообщение # 3 | Тема: Картинка накладывается на текст
был не раз
Сейчас нет на сайте
Всем привет.
Можете подсказать, как сделать, чтобы картинка не накладывалась на текст?
https://codepen.io/Whitecolor/pen/MXWBvW
Код

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <div class="container">
        <div class="news1">
        <h1>Rush to protect lucrative antibody patents kicks into gear</h1>
        <p id="header">A federal court decision has left universities and companies working to preserve intellectual property rights worth billions.</p>
        <p сlass="text">US universities and biotechnology companies are scrambling to protect some of their most valuable assets: patents on antibodies. These immune-system molecules form the basis of drugs that rake in about US$100 billion per year. But securing intellectual-property rights to antibodies has become much more difficult, under guidelines released in February by the US Patent and Trademark Office (USPTO). The revised rules come after a federal court decision last October narrowed the scope of antibody patents — including those that have already been handed out. “People are still trying to make sense of it,” says Ulrich Storz, a patent attorney at Michalski HГјttermann Partner in DГјsseldorf, Germany. “These were very powerful patents.” Storz and others will discuss the implications of the shift on 6 June as part of a panel at the Biotechnology Innovation Organization annual meeting in Boston, Massachusetts.</p>
        <p class="header_text">Broad protections</p>
        <p сlass="text">Antibodies are proteins made by the immune system that bind to a specific target, such as a protein produced by a microbe, to interfere with its ability to promote disease. This has made them powerful drugs against some illnesses.</p>
        <p сlass="text">Therapeutic antibodies are structurally complex, and many changes to their amino-acid sequences will not affect their function. So a patent based solely on an antibody’s sequence might be vulnerable to competition, says Barbara Rigby, a patent attorney at Dehns in Brighton, UK. A competitor could tweak the sequence to create a new antibody that performed the same function.</p>
        <p сlass="text">In addition, for many years researchers lacked the technology to characterize an antibody fully. Given these challenges, the USPTO routinely granted broad patents that covered the suite of antibodies that attached to a particular target, rather than a specific antibody developed by an inventor.</p>
        <div class="image"></div>
        <p class="header_text">Specifics, please</p>
        <p сlass="text">Over time, however, the technology for antibody analysis has improved. In 2014, two pharmaceutical heavyweights — Amgen of Thousand Oaks, California and Sanofi of Paris — launched a battle over patents covering a potentially lucrative antibody treatment for high cholesterol. The case reached a federal appeals court, where judges determined last year that inventors must provide a better description of the actual invention — a more defined set of antibodies — that they wanted to patent.</p>
        <p сlass="text">The USPTO responded with new guidelines for its examiners this year. Since then, patent rejections have piled up. A few weeks ago, patent attorney John Kilyk of Leydig, Voit Mayer in Chicago, Illinois, learned that an application he was handling had run into trouble. “It was sufficient a few months ago, and now it’s not,” he says.</p>
        <p сlass="text">The court ruling is retroactive, so the move also jeopardizes existing antibody patents. “There’s no doubt that the biotech companies that have been patenting antibodies are going to be harmed,” says Storz.</p>
        <p class="header_text">Devil in the details</p>
        <p сlass="text">Universities in particular might struggle to put together the information now needed to win an antibody patent, says Rodney Sparks, an attorney with the University of Virginia’s technology-transfer office in Charlottesville. Examiners are asking for more detail about the range of antibodies that can bind to a target, and specifically where on the target those antibodies will attach.</p>
        <p сlass="text">“In universities, our guys want to publish,” Sparks says. “We don’t have the ability, typically, early on to make lots and lots and lots of antibodies and screen for all of those characteristics.” As a result, he says, universities will need to file narrower patents covering only a few of the possible antibodies, and might struggle to find companies willing to license them.</p>
        <p сlass="text">And applicants are facing pushback from patent examiners who are extending the tightened rules on an invention’s written description to other kinds of patent applications, says Rigby. A broad patent for a method to treat disease by targeting a specific protein, she says, might now also be in question.</p>
        <p сlass="text">Yet the shift has been an unexpected boon to some companies. Benjamin Doranz, president of Integral Molecular, a company in Philadelphia, Pennsylvania, that produces and analyses antibodies, says that clients used to request analyses mainly to learn more about how their antibodies functioned. But increasingly, he says, the company’s data are being used to bolster patent applications. Some of its clients are now patent-law firms.</p>
        <p сlass="text">Patenting antibodies has become much more treacherous, Doranz says. “But they’re still of great value,” he says, “so everyone is trying to figure out the new patent landscape, and how do we navigate it.”</p>
        </div>
        <div class="news2">
        <h1>Asteroid that killed the dinosaurs caused massive global warming</h1>
        </div>
    </div>
</body>
</html>

Код

* {
    margin: 0;
    padding: 0;
    background: Bisque;
}

.news1 {
    position: relative;
    top: 10px;
    background: Bisque;
    column-count: 6;
    text-align: justify;
    line-height: 1.2rem;
    height: auto;
}
.news1>h1 {
    text-align: center;
    margin-bottom: 15px;
    column-span: all;
}

#header {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    column-span: all;
}
.news1 p {
    margin-bottom: 15px;
}

.header_text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.image {
    position: fixed;
    width: 300px;
    height: 200px;
    background-image: url("d41586-018-05273-z_15789198.jpg");
    background-position: top;
    background-repeat: no-repeat;
   
}
.news2 {
    position: relative;
    top: 20px;
    background: Bisque;
    column-count: 6;
    text-align: justify;
    line-height: 1.2rem;
}
.news2>h1 {
    text-align: center;
    margin-bottom: 15px;
    column-span: all;
}
Slant-shadowДата: Суббота, 31 Декабря 2016, 12:34 | Сообщение # 4 | Тема: Инкрементирование строки
был не раз
Сейчас нет на сайте
Rean, Спасибо
Slant-shadowДата: Среда, 28 Декабря 2016, 11:45 | Сообщение # 5 | Тема: Инкрементирование строки
был не раз
Сейчас нет на сайте
Всем привет. Можете помочь написать метод на C# Инкриминирующий строку, принимающую в качестве аргумента в виде массива типа char. Пример результата:
00000007 - 00000008
SVA00001 - SVA00002
Slant-shadowДата: Пятница, 30 Января 2015, 21:43 | Сообщение # 6 | Тема: Одинаковая скорость при выполнении анимации
был не раз
Сейчас нет на сайте
Всем привет.
Можете подсказать, как сделать чтобы скорость объектов при выполнении анимации была одинаковой?

Код
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
   
namespace WpfApplication2
{
     /// <summary>
     /// Interaction logic for MainWindow.xaml
     /// </summary>
     public partial class MainWindow : Window
     {
         public MainWindow()
         {
             InitializeComponent();
             ta.Completed += ComplitedAnimation;
   
             ta.FillBehavior = FillBehavior.Stop;
             ta.Duration = TimeSpan.FromSeconds(0.5);
             ta.Duration = new Duration(new TimeSpan(0, 0, 5));
         }
   
         ThicknessAnimation ta = new ThicknessAnimation();
   
         public double main_window_width { get { return main_window_grid.ActualWidth; } }
         public bool fl1;
         public bool fl2;
         private Thickness marginBackup;
   
         private void ComplitedAnimation(object sender, EventArgs e)
         {            
             if (fl1 == true)
             {
                 fl1 = false;
                 grid_blue.Visibility = Visibility.Visible;
                 grid_red.Margin = marginBackup;
             }
   
             if (fl2 == true)
             {
                 fl2 = false;
                 grid_red.Visibility = Visibility.Collapsed;
                 grid_blue.Margin = marginBackup;
             }
   
         }
   
         private void Move_Animation(object sender, RoutedEventArgs e)
         {
             fl1 = true;
             ta.From = new Thickness(main_window_width, 0, 0, 0);
             ta.To =  grid_red.Margin;
             marginBackup =  grid_red.Margin;
            
             grid_red.BeginAnimation(MarginProperty, ta);
             grid_red.Visibility = Visibility.Visible;
   
             ta.From = grid_blue.Margin;
             ta.To = new Thickness(0, 0, main_window_width, 0);
             grid_blue.BeginAnimation(MarginProperty, ta);
         }
     }
}


Код
<Window x:Class="WpfApplication2.MainWindow"
         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
         Title="MainWindow" Height="350" Width="525">
     <Grid x:Name="main_window_grid">
         <Grid>
             <Grid x:Name="grid_blue"  Height="200" Width="350" Background="Blue" Margin="0,0,0,0">
             <Button Name="bt_blue" Width="50" Height="50" Margin="200,100,0,0" Content="button" Click="Move_Animation"></Button>
         </Grid>
         <Grid x:Name="grid_red"  Height="200" Width="350" Background="red" Margin="0,0,0,0" Visibility="Collapsed">
                 <Button Name="bt_red" Width="50" Height="50" Margin="200,100,0,0" Content="button"></Button>
         </Grid>
         </Grid>
     </Grid>
</Window>
Slant-shadowДата: Суббота, 13 Декабря 2014, 22:22 | Сообщение # 7 | Тема: Не устанавливается 3ds Max
был не раз
Сейчас нет на сайте
Спасибо
Slant-shadowДата: Воскресенье, 30 Ноября 2014, 00:13 | Сообщение # 8 | Тема: Не устанавливается 3ds Max
был не раз
Сейчас нет на сайте
Всем привет. Не устанавливается 3ds Max, можете помочь определить причину
Цитата
2014/11/29:23:20:14 Dmitry DMITRY-ПК === Setup started on DMITRY-ПК by Dmitry ===2014/11/29:23:20:14 Dmitry DMITRY-ПК Path_Length: 155<br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:14 Dmitry DMITRY-ПК Current Directory C:\Users\Dmitry\AppData\Local\Temp\_AIC6D0.tmp<br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:14 Dmitry DMITRY-ПК Launch <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:36 Dmitry DMITRY-ПК PageOpen LaunchDialog <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:46 Dmitry DMITRY-ПК PageOpen LicenseDialog <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:48 Dmitry DMITRY-ПК PageOpen ProductInfoDialog <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:52 Dmitry DMITRY-ПК PageOpen ProductSelectionDialog2 <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:57 Dmitry DMITRY-ПК PageOpen FullProgressDialog <br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">2014/11/29:23:20:57 Dmitry DMITRY-ПК Installing Microsoft Visual C++ 2005 Redistributable (x86): "C:\Autodesk\Autodesk_3ds_Max_Design_2014_EFGJKS_Win_64bit_dlm\3rdParty\x86\VCRedist\2005SP1ATL\vcredist_x86.exe" /q:a /T:C:\Windows\temp /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn /l*v C:\Users\Dmitry\AppData\Local\Temp\vcredist_x86_2005.log"" "<br style="display: inline; color: rgb(34, 34, 34); font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">
2014/11/29:23:21:31 Dmitry DMITRY-ПК Install Microsoft Visual C++ 2005 Redistributable (x86) Failed Installation aborted, Result=1603


Сообщение отредактировал Slant-shadow - Воскресенье, 30 Ноября 2014, 00:13
Форум игроделов » Записи участника » Slant-shadow [8]
  • Страница 1 из 1
  • 1
Поиск:

Все права сохранены. GcUp.ru © 2008-2024 Рейтинг