Update /math
This commit is contained in:
@@ -23,7 +23,7 @@ type SubmittedPaper = PaperBase & {
|
|||||||
|
|
||||||
type JournalPaperBase = PaperBase & {
|
type JournalPaperBase = PaperBase & {
|
||||||
journal: string;
|
journal: string;
|
||||||
doi: string;
|
doi?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
type AcceptedPaper = JournalPaperBase & {
|
type AcceptedPaper = JournalPaperBase & {
|
||||||
@@ -42,13 +42,14 @@ const isAccepted = (p: Paper) =>
|
|||||||
|
|
||||||
const papers: Paper[] = [
|
const papers: Paper[] = [
|
||||||
{
|
{
|
||||||
type: "submitted",
|
type: "accepted",
|
||||||
title:
|
title:
|
||||||
"Uniform Lyndon interpolation for the pure logic of necessitation with a modal reduction principle",
|
"Uniform Lyndon interpolation for the pure logic of necessitation with a modal reduction principle",
|
||||||
authors: ["Yuta Sato"],
|
authors: ["Yuta Sato"],
|
||||||
arxiv: "2503.10176",
|
arxiv: "2503.10176",
|
||||||
researchGate:
|
researchGate:
|
||||||
"https://www.researchgate.net/publication/389821716_Uniform_Lyndon_interpolation_for_the_pure_logic_of_necessitation_with_a_modal_reduction_principle",
|
"https://www.researchgate.net/publication/389821716_Uniform_Lyndon_interpolation_for_the_pure_logic_of_necessitation_with_a_modal_reduction_principle",
|
||||||
|
journal: "Journal of Logic and Computation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "accepted",
|
type: "accepted",
|
||||||
|
|||||||
Reference in New Issue
Block a user