diff --git a/.space.kts b/.space.kts index 0a3ae97..f80616a 100644 --- a/.space.kts +++ b/.space.kts @@ -20,8 +20,8 @@ job("Deploy") { shellScript { interpreter = "/bin/bash" content = """ - echo ${'$'}ID > id - scp -r -i id /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" + echo ${'$'}ID > id.key + scp -r -i id.key /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" """.trimIndent() } } diff --git a/data/home/content/consulting.md b/data/home/content/consulting.md index 657ff06..ef8054c 100644 --- a/data/home/content/consulting.md +++ b/data/home/content/consulting.md @@ -4,12 +4,34 @@ title: Consulting language: en --- +## We do + The centre provides a number of commercial services: * Developing analysis algorithms and platforms for various scientific and industrial application. -* Scientific expert activity. +* Scientific expert activity (analyzing existing software, proposing ways to improve it). * Architecture for scientific applications. * Scientific open source project development and support. -**This page is work in progress.** +
+ +## How our work is different + +Scientific software is different. You can't just make it by requirements because creating requirements is a major part of the job. + +We work together with a customer in a tight collaboration to better understand the problem and provide the best way to solve it. We do research. Our team consist not of programmers, but of scientists so when deep understanding is important, it is our work. + +On the other hand, our team have a lot of expertise in industrial programming, so we do not do only research code in notebooks, we provide **MVP** or **product** grade development. + +
+ +## Our limitations + +Our work is focused on research software. We do not have facilities to provide full-scale industrial development and deployment. But we have qualification and desire to work with technical specialists inside companies to integrate our research expertise with company industrial capabilities. + +
+ +## How to start? + +Please contact us via email below. We will discuss your problem for free and tell you if we can do it and how much will it cost. Since we do research, each task needs individual approach and estimation. We provide discounts for open research and open source software development. email: research@sciprog.center \ No newline at end of file