- 20,782
- 28,288
It's even worse: it is not a constant shift. Someone sorted along the "subjects" column without sorting all of it.TeethWhitener said:Did the links get misaligned with the titles on the google sheet?
It's even worse: it is not a constant shift. Someone sorted along the "subjects" column without sorting all of it.TeethWhitener said:Did the links get misaligned with the titles on the google sheet?
Sorry, I think it was me. I restored the version from this morning (9:17 AM Pacific) where everything was aligned, so if you marked any threads as done after that time, you may need to mark it again.fresh_42 said:It's even worse: it is not a constant shift. Someone sorted along the "subjects" column without sorting all of it.
I'm trying to figure how to relate these two to other threads/posts. The subjects definitely show up in other threads/posts, and as old Library entries or FAQs, they are essentially stand-alone posts.Astronuc said:Any takers on this one?
https://www.physicsforums.com/threads/what-is-the-coulomb-gauge.763088/
If you know who wrote it, please let us know so we can attribute a writer. Apparently, the post is an entry is from our old Library feature. I miss that feature.
And another Library entry: What is susceptibility?
https://www.physicsforums.com/threads/what-is-susceptibility.763178/
Did some of this material get put into an Insight article?
I simply added a comment with the recommendation link to an existing Insight article each.Greg Bernhardt said:For the two FAQ library threads, maybe there is a concept or explanation that someone can expand on, or are they pretty well perfect?
That may actually spark some replies from the community too just with the bumpfresh_42 said:I simply added a comment with the recommendation link to an existing Insight article each.
That's what I had in mind.fresh_42 said:I simply added a comment with the recommendation link to an existing Insight article each.
We also have an Insights article on Demystifying Bernoulli's equation.gmax137 said:I posted a reply to this one:
https://www.physicsforums.com/threads/air-pressure-with-bernoullis-equation.144674/post-6652812
The OP is asking about specific problems in a cited textbook; I punted to "other Bernoulli threads." I hope that is OK.
Yeah linking to a relevant Insight is a good idea and easy!Astronuc said:That's what I had in mind.
Less than 140 based on Greg's comment in post #96 in this thread.dlgoff said:@Greg Bernhardt
Just curious. How many unanswered threads are there now?
Thanks @AstronucAstronuc said:Less than 140 based on Greg's comment in post #96 in this thread.
https://www.physicsforums.com/threa...ction-of-0-reply-threads.1016551/post-6652804
That's a good thing.kuruman said:It's slim pickings, though

Astronuc said:We also have an Insights article on Demystifying Bernoulli's equation.
https://www.physicsforums.com/insights/demystifying-the-often-misunderstood-bernoullis-equation/
Someone did what I did awhile back and sorted the table on column E. I restored a version from earlier today where the links still matched up with the subjects.scottdave said:Something is awry with the links in your spreadsheet. I did some, earlier today. Now when I click one, it goes to a completely different question.
.. and brought a load more unanswered threads with it. Quite a different style to the answers on MHB too (explicit answers to homework-style quesitons, some of which have ended up in non-homework topics).Greg Bernhardt said:MathHelpBoards.com (MHB) has merged with PF!
It's messy for sure, but we'll get it figured outpbuk said:.. and brought a load more unanswered threads with it. Quite a different style to the answers on MHB too (explicit answers to homework-style quesitons, some of which have ended up in non-homework topics).
Maybe you can help with this issue. I can't get single quotes and other tags types MHB was using to render. We are using this config for mathjax config. I have reached out to mathjax dev but nothing yet.pbuk said:I did another one. It would help if you could do a global RegExp replace on ## \LaTeX ## tags on the imported posts - or perhaps you are already doing this, we just need to wait for it to work through them all.
(function () {
var body = document.body.textContent;
if (body.match(/(\$\$|##|\[tex\]|\[itex\]|\[math\]|\$|\()/)) {
if (!window.MathJax) {
window.MathJax = {
loader: {
load: ["ui/lazy"],
source: {
"ui/lazy": "https://www.physicsforums.com/insights/lazy.js"
}
},
tex: {
inlineMath: [
["[itex]", "[/itex]"],
["##", "##"],
['$','$'],
["\\(","\\)"],
["\(","\)"]
],
displayMath: [
["[tex]", "[/tex]"],
["$$", "$$"],
["[math]","[/math]"],
["\\\[","\\\]"]
],
processEscapes: true,
macros: {
href: "{}"
},
tags: "ams",
autoload: {
color: [],
colorv2: ["color"]
}
},
options: {
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code"],
ignoreHtmlClass: "tex2jax_ignore|dno",
processHtmlClass: "tex2jax_process"
}
};
}
var script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js";
script.async = true;
document.head.appendChild(script);
}
})();