Restructure for TechTranThai Blog which supports both c4c and quadlet-examples
This commit is contained in:
parent
4fe1335048
commit
a930ffaa28
47 changed files with 92 additions and 70 deletions
50
config.yml
50
config.yml
|
@ -1,10 +1,10 @@
|
|||
baseURL: https://c4c.techtransthai.org/
|
||||
baseURL: https://blog.techtransthai.org/
|
||||
languageCode: th-th
|
||||
title: Compute4Change
|
||||
title: TechTransThai Blog
|
||||
theme: "PaperMod"
|
||||
|
||||
|
||||
enableRobotsTXT: true
|
||||
enableRobotsTXT: false
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
@ -15,10 +15,10 @@ minify:
|
|||
|
||||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: Compute4Change
|
||||
title: TechTransThai Blog
|
||||
description: "อัปเดตความเคลื่อนไหวสำคัญจากวงการ BOINC ในภาษาไทย อ่านง่าย เข้าใจได้ทันที"
|
||||
keywords: [Blog, BOINC, PaperMod, Compute4Change, TechTransThai]
|
||||
author: latenightdef
|
||||
# author: latenightdef
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
||||
DateFormat: "January 2, 2006"
|
||||
|
@ -44,36 +44,13 @@ params:
|
|||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
# disableFingerprinting: true
|
||||
favicon: "/favicon.ico"
|
||||
|
||||
# home-info mode
|
||||
homeInfoParams:
|
||||
Title: "อัปเดตความเคลื่อนไหวสำคัญจากวงการ BOINC ในภาษาไทย อ่านง่าย เข้าใจได้ทันที"
|
||||
Content: >
|
||||
- และร่วมสนับสนุนงานวิจัยระดับโลกง่าย ๆ ด้วยอุปกรณ์ในมือคุณ
|
||||
|
||||
- Since 2019
|
||||
|
||||
socialIcons:
|
||||
- name: facebook
|
||||
url: "https://www.facebook.com/Compute4Change"
|
||||
- name: mastodon
|
||||
url: "https://mstdn.in.th/@compute4change"
|
||||
- name: codeberg
|
||||
url: "https://codeberg.org/TechTransThai/compute4change-news"
|
||||
- name: rss
|
||||
url: "https://c4c.techtransthai.org/index.xml"
|
||||
|
||||
favicon: https://www.techtransthai.org/icons/blog.svg
|
||||
|
||||
cover:
|
||||
hidden: true # hide everywhere but not in structured data
|
||||
hiddenInList: true # hide on list pages and home
|
||||
hiddenInSingle: true # hide on single page
|
||||
|
||||
editPost:
|
||||
URL: "https://codeberg.org/TechTransThai/compute4change-news/src/branch/main/content"
|
||||
Text: "ดูซอร์สโค้ด" # edit text
|
||||
appendFilePath: true # to append file path to Edit link
|
||||
|
||||
# for search
|
||||
# https://fusejs.io/api/options.html
|
||||
|
@ -87,17 +64,14 @@ params:
|
|||
keys: ["title", "permalink", "summary", "content"]
|
||||
menu:
|
||||
main:
|
||||
- identifier: articles
|
||||
name: บทความ
|
||||
url: /posts/
|
||||
- name: Compute4Change
|
||||
url: tags/compute4change/
|
||||
weight: 10
|
||||
- identifier: stats
|
||||
name: สถิติ
|
||||
url: /stats/
|
||||
- name: Quadlet Examples
|
||||
url: tags/quadlet-examples/
|
||||
weight: 20
|
||||
- identifier: project
|
||||
name: ค้นหาโปรเจกต์
|
||||
url: /projects/
|
||||
- name: ซอร์สโค้ด
|
||||
url: https://forge.techtransthai.org/techtransthai/blog
|
||||
weight: 30
|
||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||
pygmentsUseClasses: true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #10 - เฟสใหม่'
|
||||
date = 2023-03-25T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/10_NewPhase.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #11 - ระบบจัดเก็บข้อมูลใหม่'
|
||||
date = 2023-04-02T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/11_NewStorage.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #12 - กลับมาออนไลน์แล้ว'
|
||||
date = 2023-04-09T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/12_BackOnline.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #13 - Megaprime คู่ และบ้านหลังใหม่ของเรา'
|
||||
date = 2023-04-23T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/13_DoubleMegaprime.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #14 - SCC Workunits ใหม่'
|
||||
date = 2023-04-29T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/14_NewSCCWUs.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #15 - ยินดีต้อนรับสู่ Pentathlon'
|
||||
date = 2023-05-06T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/15_WelcometoPentathlon.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #16 - แผนการต่อไป'
|
||||
date = 2023-05-14T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/16_NextPlans.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #17 - จุดจบของ QCN'
|
||||
date = 2023-05-20T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/17_EndOfQCN.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #18 - แอปพลิเคชันอัปเดตใหม่'
|
||||
date = 2023-05-27T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/18_UpdatedApps.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #19 - งานด่วน'
|
||||
date = 2023-06-03T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/19_UrgentWork.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #1 - สวัสดีปีใหม่ 2023!'
|
||||
date = 2023-01-10T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/1_HNY2023.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #20 - แยกกันแล้ว'
|
||||
date = 2023-06-17T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/20_Separated.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #21 - Subfield ต่อไป'
|
||||
date = 2023-06-26T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/21_NextSubfield.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #22 - ปรับปรุงระบบ'
|
||||
date = 2023-07-02T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/22_Maintenance.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #23 - การทำงานร่วมกันจำนวนมาก'
|
||||
date = 2023-07-17T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/23_LotsofCollab.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #24 - ปัญหาของศูนย์ข้อมูล'
|
||||
date = 2023-08-05T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/24_DatacenterIssues.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #25 - การบำรุงรักษาครั้งใหญ่'
|
||||
date = 2023-08-12T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/25_BigMaintenance.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #26 - ชาเลนจ์ที่ผ่านมา'
|
||||
date = 2023-08-20T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/26_PastChallenge.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #27 - ฟอร์มูลา เมกาไพรม์'
|
||||
date = 2023-08-28T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/27_FormulaMegaprime.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #28 - 3 2 1 ไพรม์!'
|
||||
date = 2023-09-11T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/28_321Prime.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #29 - ชาเลนจ์แห่งสันติภาพ'
|
||||
date = 2023-09-17T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/29_PeaceChallenge.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #2 - Workunits ที่เพิ่มขึ้น'
|
||||
date = 2023-01-16T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/2_MoreWUs.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #30 - แอปพลิเคชัน Native ใหม่'
|
||||
date = 2023-09-25T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/30_NewNativeApps.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #31 - 6 ล้านล้าน'
|
||||
date = 2023-10-01T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/31_6Trillion.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #32 - 2 สแควร์'
|
||||
date = 2023-10-08T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/32_2-squares.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #33 - SGS ที่เร็วกว่า'
|
||||
date = 2023-10-23T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/33_FasterSGS.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #34 - การค้นหาพัลซาร์'
|
||||
date = 2023-12-04T02:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/34_PulsarSeeking.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #35 - เดดไลน์ที่สั้นลง'
|
||||
date = 2023-12-08T00:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/35_ShorterDeadlines.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #36 - ตัวเลขที่น่าประทับใจ'
|
||||
date = 2023-12-08T01:36:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/36_ImpressiveNumbers.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #37 ฉลองปีใหม่กับ Subfield 7'
|
||||
date = 2023-12-16T01:23:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/37_NewYearSubfield7.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #38 เตรียมพร้อมสำหรับ 2024'
|
||||
date = 2023-12-31T23:23:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/38_ReadyUp2024.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #39 โชคดีปีใหม่ 2024'
|
||||
date = 2024-01-14T19:10:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/39_LuckyNewYear2024.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #3 - Target ใหม่'
|
||||
date = 2023-01-23T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/3_NewTarget.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #40 การสูญเสียครั้งสำคัญ'
|
||||
date = 2024-01-28T19:10:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/40_Condolences4Universe.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #41 การ์ดจอหลายใบ'
|
||||
date = 2024-02-12T01:01:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/41_MultipleGPUs.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #42 สู่ดวงจันทร์'
|
||||
date = 2024-03-12T01:01:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/42.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #43 รางวัลที่ยิ่งใหญ่ในอนาคต'
|
||||
date = 2024-04-15T00:01:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/43.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #44 การกลับมาของ ARP'
|
||||
date = 2024-04-27T00:10:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/44.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #4 - ชาเลนจ์ที่ไม่คาดคิด'
|
||||
date = 2023-01-29T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/4_UnexpectedChallenge.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #5 - เดือนไพรม์'
|
||||
date = 2023-02-06T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/5_PrimeMonth.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #6 - OpenZika!'
|
||||
date = 2023-02-12T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/6_OpenZika.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #7 - สินค้าที่ระลึก'
|
||||
date = 2023-03-04T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/7_merchandise.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #8 - การค้นหา Pulsars'
|
||||
date = 2023-03-14T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/8_FindingPulsars.jpg)
|
|
@ -2,6 +2,7 @@
|
|||
title = 'สัปดาห์นี้ใน BOINC #9 - การกลับมาของเว็บไซต์'
|
||||
date = 2023-03-19T03:53:04+07:00
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
+++
|
||||
|
||||
![cover](/cover/9_ReturnOfTheWebsite.jpg)
|
|
@ -1,112 +1,126 @@
|
|||
+++
|
||||
title = 'งานวิจัยที่คุณร่วมสนับสนุนได้'
|
||||
title = '📌 เกี่ยวกับ Compute4Change'
|
||||
draft = false
|
||||
tags = ["compute4change"]
|
||||
weight = 1
|
||||
+++
|
||||
|
||||
อัปเดตความเคลื่อนไหวสำคัญจากวงการ BOINC ในภาษาไทย อ่านง่าย เข้าใจได้ทันที และร่วมสนับสนุนงานวิจัยระดับโลกง่าย ๆ ด้วยอุปกรณ์ในมือคุณมาตลอดตั้งแต่ปี 2019
|
||||
|
||||
## ติดตามการทำงานของเรา
|
||||
|
||||
ดูสถิติการประมวลผลของเราบนแพลตฟอร์มต่าง ๆ
|
||||
|
||||
- [OpenTech Thailand X Compute4Change บน BOINCstats](https://www.boincstats.com/stats/-1/team/detail/4490872244/projectList)
|
||||
- [OpenTech Thailand X PGVC+ (ทีมเก่า) บน BOINCstats](https://www.boincstats.com/stats/-1/team/detail/3334726356/projectList)
|
||||
- [OpenTech Thailand X Compute4Change บน Folding@home Statistics](https://stats.foldingathome.org/team/262867)
|
||||
|
||||
## ค้นหาโปรเจกต์
|
||||
|
||||
คุณสามารถเลือกลงทะเบียนกับโปรเจกต์ที่สนใจ เพิ่มในอุปกรณ์ของคุณผ่านโปรแกรม BOINC Manager หรือแอปพลิเคชัน BOINC แล้วเข้าร่วมทีม *OpenTech Thailand X Compute4Change* ของเราได้ทันที
|
||||
|
||||
### [Amicable Numbers](https://sech.me/boinc/Amicable/)
|
||||
- ค้นหาคู่ของจำนวนเชิงมิตรที่สมาชิกที่มีค่าน้อยที่สุดมีค่าน้อยกว่า 10^20
|
||||
- รองรับ CPU และ Graphics card
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน Amicable Numbers](https://sech.me/boinc/Amicable/team_display.php?teamid=2291)
|
||||
|
||||
|
||||
### [Einstein@Home](https://einsteinathome.org/)
|
||||
- ค้นหาสัญญาณทางฟิสิกส์ดาราศาสตร์จาก Pulsars ในอวกาศ
|
||||
- รองรับ CPU, Graphics card และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X PGVC+ บน Einstein@Home](https://einsteinathome.org/community/teams/219762)
|
||||
|
||||
|
||||
### [Gerasim@Home](https://gerasim.boinc.ru/)
|
||||
- วิจัยเกี่ยวกับคณิตศาสตร์ไม่ต่อเนื่องและระบบ Logic control (ปัจจุบันกำลังช่วยสนับสนุน NumberFields@home, Subfield 3)
|
||||
- รองรับ CPU และ Graphics card
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน Gerasim@Home](https://gerasim.boinc.ru/users/viewTeamMembers.aspx?teamid=886)
|
||||
|
||||
|
||||
### [GPUGrid.net](https://gpugrid.net/)
|
||||
- การจำลองทางโมเลกุลเพื่อศึกษาการทำงานของโปรตีนเกี่ยวกับสุขภาพและโรคต่าง ๆ
|
||||
- รองรับ Graphics card
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน GPUGrid.net](https://gpugrid.net/team_display.php?teamid=176456)
|
||||
|
||||
|
||||
### [iThena Computational](https://comp.ithena.net/usr/)
|
||||
- ประมวลผลข้อมูลที่ได้จาก iThena Measurements
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน iThena Computational](https://comp.ithena.net/usr/team_display.php?teamid=794)
|
||||
|
||||
|
||||
### [iThena Measurements](https://root.ithena.net/usr/)
|
||||
- รวบรวมข้อมูลและ Visualize โครงสร้างของอินเทอร์เน็ต
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน iThena Measurements](https://root.ithena.net/usr/team_display.php?teamid=2627)
|
||||
|
||||
|
||||
### [LHC@home](https://lhcathome.cern.ch/lhcathome/)
|
||||
- โปรเจกต์ของ [CERN](https://home.cern/) สำหรับวิจัยเกี่ยวกับฟิสิกส์อนุภาค
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน LHC@home](https://lhcathome.cern.ch/lhcathome/team_display.php?teamid=49663)
|
||||
|
||||
|
||||
### [MilkyWay@home](https://milkyway.cs.rpi.edu/milkyway/)
|
||||
- ศึกษาประวัติศาสตร์เกี่ยวกับดาราจักรของเราผ่านการวิเคราะห์ดวงดาว
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน MilkyWay@home](https://milkyway.cs.rpi.edu/milkyway/team_display.php?teamid=179179)
|
||||
|
||||
|
||||
### [Moo! Wrapper](https://moowrap.net/)
|
||||
- เข้าร่วมชาเลนจ์ [RC5-72](https://www.distributed.net/RC5) บน distributed.net ผ่านแพลตฟอร์ม BOINC ที่คุณคุ้นเคย
|
||||
- รองรับ CPU, Graphics card และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน Moo! Wrapper](https://moowrap.net/team_display.php?teamid=5186)
|
||||
|
||||
|
||||
### [NFS@Home](https://escatter11.fullerton.edu/nfs/)
|
||||
- แยกตัวประกอบของตัวเลขขนาดใหญ่
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน NFS@Home](https://escatter11.fullerton.edu/nfs/team_display.php?teamid=421093)
|
||||
|
||||
|
||||
### [NumberFields@home](https://numberfields.asu.edu/NumberFields/)
|
||||
- ศึกษาทฤษฎีตัวเลขด้วยการค้นหาช่วงของตัวเลขที่มีคุณสมบัติพิเศษ
|
||||
- รองรับ CPU และ Graphics card
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน NumberFields@home](https://numberfields.asu.edu/NumberFields/team_display.php?teamid=60323)
|
||||
|
||||
|
||||
### [ODLK1 (Latin Squares)](https://boinc.multi-pool.info/latinsquares/)
|
||||
- สร้างฐานข้อมูล Canonical Forms ของ Latin Squares of order 10
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน ODLK1 (Latin Squares)](https://boinc.multi-pool.info/latinsquares/team_display.php?teamid=2118)
|
||||
|
||||
|
||||
### [RakeSearch](https://rake.boincfast.ru/rakesearch/)
|
||||
- *คุณสามารถส่งคำอธิบายที่เข้าใจง่ายของโปรเจกต์นี้ให้พวกเราได้ผ่านช่องทางการติดต่อในหน้าแรก หรือเปิด Pull request ใน Codeberg repo ของเรา*
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน RakeSearch](https://rake.boincfast.ru/rakesearch/team_display.php?teamid=2907)
|
||||
|
||||
|
||||
### [Rosetta@home](https://boinc.bakerlab.org/)
|
||||
- ออกแบบและคาดการณ์รูปทรง 3 มิติของโปรตีน
|
||||
- รองรับ CPU และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน Rosetta@home](https://boinc.bakerlab.org/rosetta/team_display.php?teamid=17836)
|
||||
|
||||
|
||||
### [SiDock@home](https://www.sidock.si/sidock/)
|
||||
- ค้นหายาที่จะใช้ต่อสู้กับ SARS-CoV-2
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน SiDock@home](https://www.sidock.si/sidock/team_display.php?teamid=170)
|
||||
|
||||
|
||||
### [SRBase](https://srbase.my-firewall.org/sr5/)
|
||||
- แก้ Sierpinski / Riesel Bases มากถึง 1030
|
||||
- รองรับ CPU และ Graphics card
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน SRBase](https://srbase.my-firewall.org/sr5/team_display.php?teamid=216)
|
||||
|
||||
|
||||
### [Universe@Home](https://universeathome.pl/universe/)
|
||||
- จำลองวิวัฒนาการของดวงดาว
|
||||
- รองรับ CPU และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน Universe@Home](https://universeathome.pl/universe/team_display.php?teamid=3602)
|
||||
|
||||
|
||||
### [World Community Grid](https://www.worldcommunitygrid.org/)
|
||||
- การวิจัยทางวิทยาศาสตร์ที่เกี่ยวกับสุขภาพ ความยากจน และความยั่งยืน
|
||||
- รองรับ CPU, Graphics card และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X PGVC+ บน World Community Grid](https://www.worldcommunitygrid.org/team/viewTeamInfo.do?teamId=09L0H75RC2)
|
||||
|
||||
|
||||
### [WUProp@Home](https://wuprop.boinc-af.org/)
|
||||
- เก็บรวบรวมสถิติของ Workunits ของแต่ละโปรเจกต์ใน BOINC
|
||||
- รองรับ CPU และอุปกรณ์ Android
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน WUProp@Home](https://wuprop.boinc-af.org/team_display.php?teamid=39040)
|
||||
|
||||
|
||||
### [yoyo@home](https://www.rechenkraft.net/yoyo/)
|
||||
- ปัจจุบัน: สร้าง Sieve files สำหรับ Conjectures ‘R Us และแยกตัวประกอบ Elliptic Curve
|
||||
- รองรับ CPU
|
||||
- เข้าร่วมทีม [OpenTech Thailand X Compute4Change บน yoyo@home](https://www.rechenkraft.net/yoyo/team_display.php?teamid=4036)
|
||||
|
||||
|
||||
*นอกจากนี้ เรายังเป็นส่วนหนึ่งของโปรเจกต์อื่น ๆ ที่ไม่ได้อยู่บนแพลตฟอร์ม BOINC อีกด้วย*
|
||||
|
||||
|
||||
### [Folding@home](https://foldingathome.org/)
|
||||
- ต่อสู้กับโรคต่าง ๆ อย่าง COVID-19, Alzheimer’s และมะเร็ง
|
||||
- รองรับ CPU และ Graphics card
|
|
@ -1,10 +0,0 @@
|
|||
+++
|
||||
title = 'สถิติ'
|
||||
draft = false
|
||||
+++
|
||||
|
||||
ดูสถิติการประมวลผลของเราบนแพลตฟอร์มต่าง ๆ
|
||||
|
||||
- [OpenTech Thailand X Compute4Change บน BOINCstats](https://www.boincstats.com/stats/-1/team/detail/4490872244/projectList)
|
||||
- [OpenTech Thailand X PGVC+ (ทีมเก่า) บน BOINCstats](https://www.boincstats.com/stats/-1/team/detail/3334726356/projectList)
|
||||
- [OpenTech Thailand X Compute4Change บน Folding@home Statistics](https://stats.foldingathome.org/team/262867)
|
Loading…
Reference in a new issue