並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 139件

新着順 人気順

readの検索結果1 - 40 件 / 139件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

readに関するエントリは139件あります。 githubAI人工知能 などが関連タグです。 人気エントリには 『HOW TO READ Prompt Engineering for LLM (牛本)』などがあります。
  • HOW TO READ Prompt Engineering for LLM (牛本)

    「つぎの一歩が見つかる、気づきと学びの場」 Forkwell Library シリーズ 第98弾 これまで Forkwell のイベントで登壇されたエキスパートの方々は、先達が記した書籍から「気づき」を得て実践し、振り返り、再現性のある「学び」として身に付けていく中で、実績を築いてこられました。 …

      HOW TO READ Prompt Engineering for LLM (牛本)
    • What is black and white and read all over?- Google Developers Blog

      Share Facebook Twitter LinkedIn Mail Noto emoji, a new black and white emoji font with less color, may gain us more in the long run Posted by Jennifer Daniel, Creative Director - Emoji & Expression In 1999 — back when Snake 🐍 was the best thing about your phone 📱 — there were three phone carriers in Japan 🗾 . On these phones were tiny, beautiful pictures called emoji (meaning “picture” and “cha

        What is black and white and read all over?- Google Developers Blog
      • Ghost Font: The Anti-AI Font Only Humans Can Read

        Ghost FontAn anti-AI font that can be read by humans but not leading AI models. Type your text below, then download and share the video clip containing your message. What is Ghost Font?Ghost Font is an anti-AI font that writes a message using motion. Using a combination of motion, video, noise, and decoys, it's a unique way to share a message with other real humans. I suppose technically, it's not

        • ChatGPT - Read Quantum Physics Paper

          By messaging ChatGPT, you agree to our Terms and have read our Privacy Policy.

            ChatGPT - Read Quantum Physics Paper
          • GitHub - iOfficeAI/OfficeCLI: OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required.

            OfficeCLI is the world's first and the best Office suite designed for AI agents. Give any AI agent full control over Word, Excel, and PowerPoint — in one line of code. Open-source. Single binary. No Office installation. No dependencies. Works everywhere. OfficeCLI's built-in HTML rendering engine reproduces documents with high fidelity — and that's what gives AI eyes. It renders .docx / .xlsx / .p

              GitHub - iOfficeAI/OfficeCLI: OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required.
            • I tried something new with ChatGPT and it changed how I read forever

              All of us finish a great book and wish we could ask the author just one question. What did they really mean? How would they apply their advice today? With ChatGPT, I found a way to make that a reality. By uploading a book as a PDF or ePub and setting a few simple prompts, I was able to hold conversations with the "author." Not the real ones, of course. But role-playing with ChatGPT makes reading i

                I tried something new with ChatGPT and it changed how I read forever
              • DBMS複数利用時の問題とトランザクションの分離を学ぼう!(ダーティーリード、ファントムリード、READ COMMITTEDなど)

                データベース DBMS複数利用時の問題とトランザクションの分離を学ぼう!(ダーティーリード、ファントムリード、READ COMMITTEDなど) データベースにおいてはデータを正確に保つためにトランザクションを使うことでデータの原子性(処理を全て完了するか全て戻すか)を保っています。 つまり、データが中途半端な状態にならないように、「コミット」や「ロールバック」という仕組みを使っています。 「それなら安心だね!」って思うところですが、DBMSで「複数のトランザクションが同時実行」された場合、タイミングによっては正しい処理が行えないことが発生してしまいます。 今回はこのDBMSにおいて複数トランザクションを同時実行する際に発生する問題と「トランザクション分離」という対策に関して解説します! DBMSにおける複数同時利用の問題とは? DBMS上で複数トランザクションが同時に実行されると、タイミ

                  DBMS複数利用時の問題とトランザクションの分離を学ぼう!(ダーティーリード、ファントムリード、READ COMMITTEDなど)
                • MySQLのREPEATABLE READとREAD COMMITTEDの違いを知るために色々試した - $shibayu36->blog;

                  MySQLのトランザクション分離レベルについてふんわりとした理解しかないなと感じた。もう少し理解するために、とくにREPEATABLE READとREAD COMMITTEDの違いを手を動かして色々確認してみた。 以下の記事を参考にした。 [RDBMS][SQL]トランザクション分離レベルについて極力分かりやすく解説 #SQL - Qiita MySQL :: MySQL 8.0 リファレンスマニュアル :: 15.7.2.1 トランザクション分離レベル 大まかな違い 公式ドキュメントを見る限り ノンリピータブルリード、ファントムリードが発生するか 範囲に含まれるギャップへのほかのセッションによる挿入をブロックするか の違いがありそうに見える。 ノンリピータブルリード、ファントムリードが発生するかを試す 以下のテーブルを作る。 CREATE TABLE `posts` ( `title`

                    MySQLのREPEATABLE READとREAD COMMITTEDの違いを知るために色々試した - $shibayu36->blog;
                  • Practices of an Engineering Manager: Working in The Read World

                    XP祭り 2022 https://xpjug.connpass.com/event/255712/

                      Practices of an Engineering Manager: Working in The Read World
                    • Go1.19のcrypto/randではunix環境のReadで内部バッファがなくなるので色々しらべた - ちりもつもればミルキーウェイ

                      はじめに 先日なんとなしに go.1.19 release note よんでたら、crypto/randの項目で興味深い一文を見つけた Read no longer buffers random data obtained from the operating system between calls. 当時の僕も気になっていたよう ざっと見たけど crypto/rand.Read()で内部バッファ取らなくなったり net パッケージが context.DealineExceededとか context.Canceled を満たす形でエラー返すようになったりがほえ〜ポイントだった。あとは fmt.Append よさそうっすねhttps://t.co/8cfrZ7dBZR— convto (@convto) 2022年6月11日 もともと CVE-2021-3538 をちゃんと読む - ちり

                        Go1.19のcrypto/randではunix環境のReadで内部バッファがなくなるので色々しらべた - ちりもつもればミルキーウェイ
                      • GitHub - aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.

                        The AWS Secrets Manager Agent is a client-side HTTP service that you can use to standardize consumption of secrets from Secrets Manager across environments such as AWS Lambda, Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, and Amazon Elastic Compute Cloud. The Secrets Manager Agent can retrieve and cache secrets in memory so that your applications can consume secrets directly

                          GitHub - aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
                        • GitHub Actions - Updating the default GITHUB_TOKEN permissions to read-only - GitHub Changelog

                          GitHub Actions – Updating the default GITHUB_TOKEN permissions to read-only Previously, GitHub Actions gets a GITHUB_TOKEN with both read/write permissions by default whenever Actions is enabled on a repository. As a default, this is too permissive, so to improve security we would like to change the default going forward to a read-only token. You can still flip it to read/write if needed. This cha

                            GitHub Actions - Updating the default GITHUB_TOKEN permissions to read-only - GitHub Changelog
                          • GitHub - wesql/wescale: WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - wesql/wescale: WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
                            • Upgradable Read Write Lock for Go

                              In this blog post, we'll explore the implementation of an upgradable read-write lock in Go. We will talk about why we needed it by giving concrete examples from the real-world use case and also discuss potential pitfalls during the blog post. Why do we need an upgradable read-write lock? In Go, even though the guidelines say to avoid locks, when building a Redis® server that should be concurrently

                                Upgradable Read Write Lock for Go
                              • "Namespace on read" for Ruby, FAQ

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  "Namespace on read" for Ruby, FAQ
                                • Your Browser Does Math Differently on Every OS, and Anti-Bot Systems Read the Bits · scrapfly.dev

                                  Measured over the DevTools protocol on Chrome 150: Linux (glibc), macOS 26 on Apple Silicon (libsystem_m), Windows 11 (ucrtbase.dll). tanh(0.5) is one of the roughly three-in-four inputs where everyone agrees, which is exactly why it makes a useless probe. tanh(0.8) is one that separates all three at once. One tanh call on the right input is a per-OS signature. Claim macOS, return Linux math bits,

                                  • GitHub - readysettech/readyset: Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached selec

                                    ReadySet is a transparent database cache for Postgres & MySQL that gives you the performance and scalability of an in-memory key-value store without requiring that you rewrite your app or manually handle cache invalidation. ReadySet sits between your application and database and turns even the most complex SQL reads into lightning-fast lookups. Unlike other caching solutions, it keeps cached query

                                      GitHub - readysettech/readyset: Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached selec
                                    • Read the Full Transcript of Trump’s ‘100 Days’ Interview

                                      President Donald Trump at the White House on April 22, 2025, in front of a painting depicting the aftermath of the assassination attempt last July in Butler, Pa. President Donald Trump at the White House on April 22, 2025, in front of a painting depicting the aftermath of the assassination attempt last July in Butler, Pa.Martin Schoeller for TIME

                                        Read the Full Transcript of Trump’s ‘100 Days’ Interview
                                      • 4 Ways to Let ChatGPT Read PDFs

                                        ChatGPT is an incredibly powerful tool that can do amazing things with text. It can summarize articles, advise on the structure and content of writing, and compose emails, to name a few. However, it can be clumsy when it comes to dealing with file formats like PDFs. This makes it tricky if you want it to work with content in this format. If you are struggling to get ChatGPT to read PDFs, here are

                                          4 Ways to Let ChatGPT Read PDFs
                                        • GitHub - MinishLab/semble: Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read

                                          Semble is a code search library built for agents. It returns the exact code snippets they need instantly, using ~98% fewer tokens than grep+read and cutting latency on every step. Indexing and searching a full codebase end-to-end takes under a second, with ~200x faster indexing and ~10x faster queries than a code-specialized transformer, at 99% of its retrieval quality (see benchmarks). Everything

                                            GitHub - MinishLab/semble: Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read
                                          • Namespace on read

                                            Ruby Association Grant Project "Namespace on read" Report at Ruby Association Activity Report 2024

                                              Namespace on read
                                            • Readwise Reader: The first read-it-later app built for power readers.

                                              Save everything to one place, highlight like a pro, and replace several apps with Reader.

                                                Readwise Reader: The first read-it-later app built for power readers.
                                              • 無料で使えるAndroid用RSSリーダー「Read You」、FreshRSSとの連係も可能

                                                RSSリーダーは使ってみると便利なものの、利用者が減少しているためかサポートが打ち切られる傾向が見られます。そんな中、Android用アプリとして提供されているのが「Read You」です。 Read You | F-Droid - 自由かつオープンソースのAndroidアプリ・リポジトリ https://f-droid.org/packages/me.ash.reader/ ◆特徴 F-DroidのページによるとRead Youは以下の特徴があります。 ・フィードリンクを購読 ・OPMLからのインポート ・記事の同期 ・記事の更新の通知 ・完全なコンテンツを取得 ・未読や星付きでフィルタリング ・フィードのグループ化 ・多言語に対応 ・OPMLとしてエクスポート ・記事を検索 なお、「さらに機能を追加予定」とのこと。 ◆インストール あらかじめアプリにF-Droidアプリがインストールさ

                                                  無料で使えるAndroid用RSSリーダー「Read You」、FreshRSSとの連係も可能
                                                • Explainpaper - Read research papers 10x faster

                                                  My AI and ML research paper review time has gone down significantly. Thanks to this amazing tool – Explainpaper – that uses an AI model to explain dense sections. In the background, an LLM simplifies and explains complex concepts. AI explaining AI.

                                                    Explainpaper - Read research papers 10x faster
                                                  • GitHub - microsoft/bf-tree: Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from MS Research.

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - microsoft/bf-tree: Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from MS Research.
                                                    • GitHub - perplexityai/bumblebee: Read-only developer endpoint scanner for on-disk package, extension, and developer-tool metadata, built to check exposure to known software supply-chain compromises.

                                                      Bumblebee is a read-only inventory collector for package, extension, and developer-tool metadata on macOS and Linux developer endpoints. It answers a narrow supply-chain response question: when an advisory names a package, extension, or version, which developer machines show a match in their on-disk metadata right now? SBOMs help answer what shipped, and EDR helps answer what ran or touched the ne

                                                        GitHub - perplexityai/bumblebee: Read-only developer endpoint scanner for on-disk package, extension, and developer-tool metadata, built to check exposure to known software supply-chain compromises.
                                                      • How SQLite Scales Read Concurrency

                                                        How SQLite Scales Read Concurrency Author Name Ben Johnson @benbjohnson @benbjohnson Image by Annie Ruygt Fly.io runs apps close to users around the world, by taking containers and upgrading them to full-fledged virtual machines running on our own hardware around the world. Sometimes those containers run SQLite and we make that easy too. Give us a whirl and get up and running quickly. If you scour

                                                          How SQLite Scales Read Concurrency
                                                        • To Learn a New Language, Read Its Standard Library - Pat Shaughnessy

                                                          If I was learning to read English as a foreign language, I would need something simple to get started. (from The Remarkable Story of Chicken Little, 1840) The best way to learn a new programming language, just like a human language, is from example. To learn how to write code you first need to read someone else’s code. But who is the best person to learn from? Which code should we read? Where shou

                                                          • PostgreSQLのread committed時におけるUPDATEの挙動について - そーだいなるらくがき帳

                                                            発端 @soudai1025 https://t.co/ZrXgtDi2La— Ryo Tomidokoro (@hanhan1978) 2022年7月2日 ファントムリードとファジーリード、それぞれがRCでも発生するかどうかって話ですか?— そーだい@初代ALF (@soudai1025) 2022年7月2日 端的に言うと, A: UPDATE tbl SET amount = amount - 1 WHERE amount > 0; B: UPDATE tbl SET amount = amount -1 WHERE amount > 0; で A と B がほぼ同時に流れたとき,amount がマイナスにならない保証があるかどうかですね。SET する部分がアトミックでも WHERE は…?というところです— RDB 初心者 (@mpyw) 2022年7月2日 反復不能読み取り=ファジ

                                                              PostgreSQLのread committed時におけるUPDATEの挙動について - そーだいなるらくがき帳
                                                            • Apache HudiのMerge on Readテーブルのパフォーマンス特性とチューニングについて - Repro Tech Blog

                                                              Reproでチーフアーキテクトをやっているjoker1007です。 前回、Apache Hudiというテーブルフォーマットについて紹介する記事を書きましたが、今回はHudiを実際に本番に近いデータで検証し、パフォーマンス特性とチューニングについていくつか知見を得たので、その辺りについて紹介します。 また、同じ内容をベースにOTFSG Tokyo Meetup #4というイベントで発表させていただきました。 これぐらいの規模でHudiについてガッツリ検証している例は国内では余り見ない様なので、それなりに貴重な知見を共有できたかなと思います。 ブログ記事とほぼ同じ内容ですが、スライドになってる資料もありますので、参考までにリンクを貼っておきます。 speakerdeck.com 実験データ データ構造 今回利用したデータは、いわゆるユーザーごとのプロフィール情報を想定して欲しい。 カラム名 タ

                                                                Apache HudiのMerge on Readテーブルのパフォーマンス特性とチューニングについて - Repro Tech Blog
                                                              • 5 Tips to Remember More of Every Book You Read

                                                                The act of reading is widely considered one of the best ways to improve one's professional and personal life. However, this can only be possible if you can recall insights from the books you read. In other words, you are productive while reading when you can get the most out of each book, not when you read numerous books without remembering (unless you are reading solely for entertainment). So, he

                                                                  5 Tips to Remember More of Every Book You Read
                                                                • GitHub - kylebarron/parquet-wasm: Rust-based WebAssembly bindings to read and write Apache Parquet data

                                                                  WebAssembly bindings to read and write the Apache Parquet format to and from Apache Arrow using the Rust parquet and arrow crates. This is designed to be used alongside a JavaScript Arrow implementation, such as the canonical JS Arrow library. Including read and write support and all compression codecs, the brotli-compressed WASM bundle is 1.2 MB. Refer to custom builds for how to build a smaller

                                                                    GitHub - kylebarron/parquet-wasm: Rust-based WebAssembly bindings to read and write Apache Parquet data
                                                                  • (中2New Horizon:Let's Read 1日本語訳練習編 )ニューホライズン英語練習プリント〜2021年最新版〜 - Bossの英語旅

                                                                    今回のリニューアルで新しいエピソード登場:中2Let's Read 1「時計の歴史」 前回の単語・文法反復練習プリントに続き、 英文を日本語に直す練習をしましょう →和訳練習プリント(Let's Read1編) 記事真ん中からダウンロードできます 自由に使ってください! 初めに 通常の反復練習プリント(単語/文法):前回 和訳練習プリント(英文和訳):今回 ダウンロード( 中2:Let's read1: History of clocks) ① 和訳練習プリント(問題) ② 和訳練習プリント(和訳例) 素材の見方&使い方(和訳練習プリント) 英文を読むコツとは? ①左から右へスラッシュ(/)読み(準備) スラッシュ読みのコツ 上達の目安はスラッシュの数 レベル1:左から右へ順序を必ず守って(スラッシュ数:6) レベル2:慣れたらスラッシュの数を減らします(スラッシュ数:3) レベル3:ここ

                                                                      (中2New Horizon:Let's Read 1日本語訳練習編 )ニューホライズン英語練習プリント〜2021年最新版〜 - Bossの英語旅
                                                                    • AWS利用時に read: connection reset by peer が出たときのリトライ検討 | フューチャー技術ブログ

                                                                      はじめにTIG DXユニットの真野です。 DynamoDBやKinesis Data Streamsなどを利用するサービスをそれなりの期間で稼働させているとポツポツ下記のようなエラーが発生することが分かりました。 エラーログ(改行を追加しています)[MY-APP-ERROR-LOG] RequestError: send request failedcaused by: Post "https://kinesis.ap-northeast-1.amazonaws.com/": read tcp 169.254.0.1:55638->3.113.218.4:443: read: connection reset by peer ここで疑問に思ったのは、少なくてもAWS SDK for Goを使っている限りは必要に応じてデフォルトでリトライをしてくれているはずです。下記のドキュメントでは通常は

                                                                        AWS利用時に read: connection reset by peer が出たときのリトライ検討 | フューチャー技術ブログ
                                                                      • (中2New Horizon:Let's Read 1単語練習編 )ニューホライズン英語練習プリント〜2021年最新版〜 - Bossの英語旅

                                                                        英文を読む「Let's Read」シリーズ!夏休みの宿題ですか? 今回はこれまでの履修範囲を復習しながら 英語で物語を読む →Let's Read1(中2編) 記事真ん中からダウンロードできます 自由に使ってください! 初めに ダウンロード( 中2:Let's read1:Histry of Clocks) 素材の見方(単語、重要構文小テスト) オススメの使い方 ニューホライズン専用練習プリント公開中 中2はこちら 最後に 初めに Hello、 →日本人英語講師のBossです。 New Horizonで学ぶ中学生 夏休みの宿題は 恒例のLet's Read 中学3年生はリニューアル後も変わらず → A mother's lullaby (母の子守唄:第2次世界大戦時の物語) しかし、中学2年生は新しくなりました。 → History of Clocks(時計の歴史) 時計の歴史を時系列で、

                                                                          (中2New Horizon:Let's Read 1単語練習編 )ニューホライズン英語練習プリント〜2021年最新版〜 - Bossの英語旅
                                                                        • これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕..

                                                                          これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕事をやめ、無職になった。 ハロワなんて行かずとりあえずアマゾンで ゲームを買い漁り、1日中布団でやり続ける生活。 食べ物はレンチンしたウインナー、野菜は一切とらない。 風呂も一週間入らなかったり。 部屋も足の踏み場もなく荒れて、就職活動する気が起きなかった。 年も明け、このままじゃダメだ、まず外出しようとと 夜にこそこそ出掛けたとき、本屋で花の本を見かけ綺麗だったので購入。 私はゲーマーだから、ソフト一本3000円で2ヶ月遊ぶから~とか、 ゲームで物の価値を考えるところがある。 花は一輪100~300円、数日持つ。これは安い。 月に1000円、必ず花代として予算を出すことにした。 ごみ屋敷にきれいな花が飾られた。 一輪目。一応片付けたがまだまだ部屋は

                                                                            これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕..
                                                                          • People Don’t Read Online—They Scan. This Is How to Write for Them

                                                                            Amish Letter Writer by Horace PippinWe write texts for different purposes, but there’s one thing we all have in common—we write online. On the web, things work a little bit awkwardly. You may have already learned from companies’ writing style guides or articles here on Medium that the following factors help retain readers’ attention: Keeping paragraphs shortCombining shorter and longer sentencesUs

                                                                              People Don’t Read Online—They Scan. This Is How to Write for Them
                                                                            • MySQLのREPEATABLE READとREAD COMMITTEDのロック状況をdata_locksから観察する - $shibayu36->blog;

                                                                              前回MySQLのREPEATABLE READとREAD COMMITTEDの違いを知るために色々試した - $shibayu36->blog;という記事を書いたところ、yoku0825さんにMySQL 8.0以降だとperformance_schema.data_locksが使えると教えてもらったので試した。 ちなみに、後ろからロックがぶつかるクエリを実行しなくても、MySQL 8.0だとSELECT * FROM performance_schema.data_locksでロックの範囲を確かめることができます。 ギャップつきロックがInnoDBのスタンダードで、X lockがレコードとギャップのロック、X not gapが単なるレコードロックになります— yoku0825 (@yoku0825) February 27, 2024 テーブル定義 CREATE TABLE `posts`

                                                                                MySQLのREPEATABLE READとREAD COMMITTEDのロック状況をdata_locksから観察する - $shibayu36->blog;
                                                                              • Read and Share Twitter Threads easily!

                                                                                How to get URL link on X (Twitter) App On the Twitter thread, click on or icon on the bottom Click again on or Share Via icon Click on Copy Link to Tweet Paste it above and click "Unroll Thread"! More info at Twitter Help Update: due to the new Twitter API restrictions, the following threads cannot be unrolled: Exceeded Twitter's API limit Deleted on Twitter by the author or by Twitter From accoun

                                                                                  Read and Share Twitter Threads easily!
                                                                                • read & greenモデルの利用実態に迫る | JPCOARウェブマガジン

                                                                                  1.IEEEがRepository License Feeを開始 話題になるまですっかり見逃していたのですが、2025年3月、IEEEが研究助成機関によるオープンアクセス義務化に対応するための新たなオプション、”Repository License Fee(RLF)”を開始していました[1]。従来、IEEEとしてはオープンアクセス義務化について、オープンアクセス雑誌やハイブリッドOA(Gold OA)、もしくは著者最終稿のリポジトリ登録(Green OA)で対応していましたが、前者はCC BYライセンスを付与できるものの、後者へのCC BYライセンス付与はIEEEは認めていませんでした。最近出てきた、CC BYライセンスを付与してのオープンアクセス義務化を求める方針に対応しつつ、APCを支払ってのGold OAを選択していない著者に対応するために新たに導入されたのがRLFで、雑誌論文は1,

                                                                                    read & greenモデルの利用実態に迫る | JPCOARウェブマガジン

                                                                                  新着記事